We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c217334 commit 9cd1ebcCopy full SHA for 9cd1ebc
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: file-contents-sorter
11
files: docs/spelling_wordlist.txt
12
- repo: https://github.com/pycqa/doc8
13
- rev: v1.1.2
+ rev: v2.0.0
14
hooks:
15
- id: doc8
16
- repo: https://github.com/adamchainz/django-upgrade
@@ -29,12 +29,12 @@ repos:
29
- id: rst-backticks
30
- id: rst-directive-colons
31
- repo: https://github.com/biomejs/pre-commit
32
- rev: v2.0.0-beta.5
+ rev: v2.0.2
33
34
- id: biome-check
35
verbose: true
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: 'v0.11.12'
+ rev: 'v0.12.0'
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
0 commit comments