If you want to contribute to the project, raise a PR on GitHub.
We use pre-commit to run analysis and checks on the changes being committed. Take the following steps to ensure the pre-commit hook is installed and working:
-
Install git
- Ensure the git
bindirectory has been added to %PATH%:C:\Program Files\Git\bin
- Ensure the git
-
Install Python
- Ensure the python
bindirectory has been added to %PATH%
- Ensure the python
-
Install pre-commit
- Open a terminal and navigate to the repository root directory
- Install pre-commit with the following command:
pip install pre-commit - Install pre-commit within the repository with the following command:
pre-commit install - Run
pre-commit run --all-filesto check pre-commit is working
For full details see this link