Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 526 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 526 Bytes

Contributing

If you notice any bugs, feel free to open an issue. If you want to contribute, please open a pull request.

Formatting

The repo uses black and isort for code formatting. Please setup a pre-commit hook to format the code before each commit. It helps to minimize the diffs and avoid formatting commits.

Run the following to install the hooks using pre-commit.

pip install pre-commit
pre-commit install