mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
21 lines
546 B
YAML
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
|