dj-database-url/.pre-commit-config.yaml
pre-commit-ci[bot] 077fcd8cd2
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → 6ce4b4fc349b8881cbce40207dac3bf78824a88e](5ba58aca0b...6ce4b4fc34)
- [github.com/crate-ci/typos: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 → 90356c2064dddca5f04a5ee3deaecb1784ba692d](2d0ce569fe...90356c2064)
2026-01-12 17:29:39 +00:00

21 lines
541 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: 6ce4b4fc349b8881cbce40207dac3bf78824a88e # frozen: v0.14.11
hooks:
- id: ruff-check
args:
- --fix
- id: ruff-format
args:
- --quiet
- repo: https://github.com/crate-ci/typos
rev: 90356c2064dddca5f04a5ee3deaecb1784ba692d # frozen: v1
hooks:
- id: typos