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 73daf3b commit 6f0639cCopy full SHA for 6f0639c
.pre-commit-config.yaml
@@ -9,26 +9,26 @@ ci:
9
10
repos:
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.15.0
+ rev: v3.15.2
13
hooks:
14
- id: pyupgrade
15
args: ["--py38-plus"]
16
17
- repo: https://github.com/adamchainz/django-upgrade
18
- rev: '1.15.0'
+ rev: '1.16.0'
19
20
- id: django-upgrade
21
args: [--target-version, "3.2"]
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: "v0.1.6"
+ rev: "v0.3.5"
25
26
- id: ruff
27
args: [--fix, --exit-non-zero-on-fix]
28
29
30
# Ruff version.
31
- rev: v0.1.6
+ rev: v0.3.5
32
33
- id: ruff-format
34
0 commit comments