| repos: | |
| - repo: https://github.com/pre-commit/pre-commit-hooks | |
| rev: v6.0.0 | |
| hooks: | |
| - id: check-yaml | |
| - id: end-of-file-fixer | |
| - id: trailing-whitespace | |
| - repo: https://github.com/abravalheri/validate-pyproject | |
| rev: v0.25 | |
| hooks: | |
| - id: validate-pyproject | |
| - repo: https://github.com/fsouza/mirrors-pyright | |
| rev: v1.1.275 | |
| hooks: | |
| - id: pyright | |
| - repo: https://github.com/astral-sh/ruff-pre-commit | |
| rev: v0.15.1 | |
| hooks: | |
| - id: ruff-check | |
| - id: ruff-format |