| repos: | |
| - repo: https://github.com/pre-commit/pre-commit-hooks | |
| rev: v4.5.0 | |
| hooks: | |
| - id: end-of-file-fixer | |
| - id: trailing-whitespace | |
| - repo: https://github.com/astral-sh/ruff-pre-commit | |
| rev: "v0.1.14" | |
| hooks: | |
| - id: ruff | |
| args: [--fix, --exit-non-zero-on-fix] | |
| - repo: https://github.com/psf/black | |
| rev: 24.1.1 | |
| hooks: | |
| - id: black | |
| - repo: https://github.com/tox-dev/tox-ini-fmt | |
| rev: "1.3.1" | |
| hooks: | |
| - id: tox-ini-fmt | |
| args: ["-p", "fix"] | |
| - repo: https://github.com/tox-dev/pyproject-fmt | |
| rev: "1.7.0" | |
| hooks: | |
| - id: pyproject-fmt | |
| additional_dependencies: ["tox>=4.11.4"] | |
| - repo: meta | |
| hooks: | |
| - id: check-hooks-apply | |
| - id: check-useless-excludes |