CONTRIBUTING This project uses pre-commit to check files. Please run the following to enable git pre-commit hooks.: pre-commit install You can also use the following to run hooks on all existing files: pre-commit run --all-files