python >=3.9
poetry
poetry install
After a first time installation, also make sure to run
poetry run autohooks activate --mode poetry
All tests are defined in the __tests__ directory. To run them, run:
__tests__
poetry run pytest