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 11bde53 commit f709089Copy full SHA for f709089
.pre-commit-config.yaml
@@ -3,26 +3,26 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.16.0
+ rev: v3.19.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py38-plus"]
10
11
- repo: https://github.com/adamchainz/django-upgrade
12
- rev: 1.18.0
+ rev: 1.22.1
13
14
- id: django-upgrade
15
args: ["--target-version", "3.0"]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.4.10
+ rev: v0.7.1
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
22
- id: ruff-format
23
24
- repo: https://github.com/pre-commit/pre-commit-hooks
25
- rev: v4.6.0
+ rev: v5.0.0
26
27
- id: fix-encoding-pragma
28
args: [--remove]
0 commit comments