CorrelAidxNL / BankTrack

Collaboration between BankTrack and CorrelAid Netherlands
GNU General Public License v3.0
0 stars 0 forks source link

Set up precommit hooks with black + flake8 + pydocstyle + isort + mypy #4

Closed andrewsutjahjo closed 2 years ago

andrewsutjahjo commented 2 years ago

We want to have consistent formatting and linting, and we don't want to do it ourselves. This ticket is to set up a pre-commit hook for all the formatting so that we don't have to worry about it. Ticket is done when any commit gets run through all the checkers, and anyone new to the project knows what steps they need to take to install it.