Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 596 Bytes

grasplan

Documentation can be found under: https://grasplan-documentation.readthedocs.io/en/latest/

pre-commit Formatting Checks

This repo has a pre-commit check that runs in CI. You can use this locally and set it up to run automatically before you commit something. To install, use pip:

pip3 install --user pre-commit

To run over all the files in the repo manually:

pre-commit run -a

To run pre-commit automatically before committing in the local repo, install the git hooks:

pre-commit install