Use the provided Makefile to install this project by running the following from the project root directory (the same directory as this README). Ensure the python in PATH is 3.11 before running this command:
make installIf the installation process fails, is interrupted, or for any reason needs to be restarted, run git clean -xdf to reset the repository's state.
This project uses pre-commit, which is automatically installed with the rest of the development requirements.
Pre-commit checks can now run automatically when you make a commit. If you want to run a subset of checks for formatting make precommit still runs some checks.