Bug reports, issues, feature requests and general improvement ideas are highly welcomed. Please open an appropriate and descriptive issue.
- Fork the repo
- Clone the forked repo onto your local machine
- Install the dependencies with
poetry install
- Create a new branch to hold your development changes
- Implement changes and additions in your branch
- Validate that all tests are passing and that your code follows the code conventions
- Push your changes to your fork and create a pull request from your fork to the main repository
make style
make lint
After installing the dependencies, run pre-commit install
to set up the git hook scripts.
Now pre-commit
will run automatically on every commit and ensures that code style follows the Timexy convention.
make test
🚧