We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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