We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How to set-up pre-commit hooks locally?
cd XXX pre-commit install
(where XXX is PyPartMC, PySDM, PySDM-examples or other git-tracked folder)
XXX
PyPartMC
PySDM
PySDM-examples
How to execute the pre-commit logic without attempting an actual commit?
pre-commit run --all-files