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 aaaff0e commit 006e5f7Copy full SHA for 006e5f7
.pre-commit-config.yaml
@@ -4,21 +4,21 @@ default_language_version:
4
python: python3
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.4.0
+ rev: v0.8.6
8
hooks:
9
- id: ruff
10
args: [--fix, --exit-non-zero-on-fix]
11
- id: ruff-format
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.6.0
+ rev: v5.0.0
14
15
- id: check-ast
16
- id: check-merge-conflict
17
- id: detect-private-key
18
- id: fix-encoding-pragma
19
args: ["--remove"]
20
- repo: https://github.com/adamchainz/django-upgrade
21
- rev: 1.16.0
+ rev: 1.22.2
22
23
- id: django-upgrade
24
args:
0 commit comments