mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-15 02:33:12 +00:00
updates: - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → 6ce4b4fc349b8881cbce40207dac3bf78824a88e](5ba58aca0b...6ce4b4fc34) - [github.com/crate-ci/typos: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 → 90356c2064dddca5f04a5ee3deaecb1784ba692d](2d0ce569fe...90356c2064)
21 lines
541 B
YAML
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
|