Edit README.md documentation to add chapter on pre-commit.

This commit is contained in:
Davide Casale
2024-02-27 23:35:38 +01:00
parent 4f0f5efe09
commit f94096bf32
2 changed files with 36 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ PR fixes the following issue:
- [ ] I've made corresponding changes to the documentation;
- [ ] I've made sure my changes generate no warnings;
- [ ] mypy returns no errors when run on the root package;
<!-- If you use pre-commit hooks you can always check the following tasks -->
<!-- If you use pre-commit hooks you can always check off the following tasks -->
- [ ] I've run black to format my code;
- [ ] I've run isort to format my code's import statements;
- [ ] flake8 reports no errors when run on the entire code base;