Files
nutshell/CONTRIBUTING.md
dni ⚡ ca2b8e7bd6 [FEAT] add pre-commit (#294)
* add pre-commit

* precommit formatting
2023-07-29 11:14:48 +02:00

8 lines
297 B
Markdown

# How to contribute
Please contribute to Nutshell! You can open issues if you find bugs and pull requests for improvements.
## Testing
We are using the `black` formatter and `mypy --ignore-missing` in the CI. To make sure that your tests succeed, please run `make format` before you push code.