repos: | |
- repo: https://github.com/pre-commit/pre-commit-hooks | |
rev: v4.5.0 | |
hooks: | |
- id: check-yaml | |
- id: end-of-file-fixer | |
- id: trailing-whitespace | |
- repo: https://github.com/codespell-project/codespell | |
rev: v2.2.6 | |
hooks: | |
- id: codespell | |
- repo: https://github.com/asottile/reorder-python-imports | |
rev: v3.12.0 | |
hooks: | |
- id: reorder-python-imports | |
args: | |
- --py38-plus | |
- --add-import | |
- from __future__ import annotations | |
- repo: https://github.com/charliermarsh/ruff-pre-commit | |
rev: v0.1.11 | |
hooks: | |
- id: ruff | |
- id: ruff-format | |
- repo: https://github.com/asottile/pyupgrade | |
rev: v3.15.0 | |
hooks: | |
- id: pyupgrade | |
args: | |
- --py38-plus | |
- repo: https://github.com/asottile/add-trailing-comma | |
rev: v3.1.0 | |
hooks: | |
- id: add-trailing-comma | |
args: | |
- --py36-plus | |
- repo: https://github.com/abravalheri/validate-pyproject | |
rev: v0.15 | |
hooks: | |
- id: validate-pyproject | |
- repo: https://github.com/fsouza/mirrors-pyright | |
rev: v1.1.345 | |
hooks: | |
- id: pyright |