dj-database-url/.pre-commit-config.yaml
2025-12-19 12:06:17 +02:00

21 lines
546 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
hooks:
- id: ruff-check
args:
- --fix
- id: ruff-format
args:
- --quiet
- repo: https://github.com/crate-ci/typos
rev: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # frozen: v1.40.0
hooks:
- id: typos