2024-08-05 08:51:09 +00:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2025-10-20 17:24:32 +00:00
|
|
|
rev: v6.0.0
|
2024-08-05 08:51:09 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: check-toml
|
|
|
|
|
- id: check-yaml
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
- id: mixed-line-ending
|
|
|
|
|
- id: file-contents-sorter
|
|
|
|
|
files: docs/spelling_wordlist.txt
|
|
|
|
|
- repo: https://github.com/pycqa/doc8
|
2025-10-20 17:24:32 +00:00
|
|
|
rev: v2.0.0
|
2024-08-05 08:51:09 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: doc8
|
|
|
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
2025-10-27 17:25:13 +00:00
|
|
|
rev: 1.29.1
|
2024-08-05 08:51:09 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: django-upgrade
|
|
|
|
|
args: [--target-version, "4.2"]
|
|
|
|
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
|
|
|
|
rev: v1.10.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: rst-backticks
|
|
|
|
|
- id: rst-directive-colons
|
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
|
|
|
rev: v4.0.0-alpha.8
|
|
|
|
|
hooks:
|
|
|
|
|
- id: prettier
|
|
|
|
|
entry: env PRETTIER_LEGACY_CLI=1 prettier
|
|
|
|
|
types_or: [javascript, css]
|
|
|
|
|
args:
|
|
|
|
|
- --trailing-comma=es5
|
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
2025-11-17 20:38:36 +00:00
|
|
|
rev: v9.39.1
|
2024-08-05 08:51:09 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: eslint
|
|
|
|
|
additional_dependencies:
|
|
|
|
|
- "eslint@v9.0.0-beta.1"
|
|
|
|
|
- "@eslint/js@v9.0.0-beta.1"
|
|
|
|
|
- "globals"
|
|
|
|
|
files: \.js?$
|
|
|
|
|
types: [file]
|
|
|
|
|
args:
|
|
|
|
|
- --fix
|
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2025-11-17 17:30:11 +00:00
|
|
|
rev: 'v0.14.5'
|
2024-08-05 08:51:09 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: ruff
|
|
|
|
|
args: [--fix, --exit-non-zero-on-fix]
|
|
|
|
|
- id: ruff-format
|
|
|
|
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
2025-11-10 17:38:43 +00:00
|
|
|
rev: v2.11.1
|
2024-08-05 08:51:09 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: pyproject-fmt
|
|
|
|
|
- repo: https://github.com/abravalheri/validate-pyproject
|
2025-10-20 17:24:32 +00:00
|
|
|
rev: v0.24.1
|
2024-08-05 08:51:09 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: validate-pyproject
|