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 9726001 commit 2e3694fCopy full SHA for 2e3694f
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ ci:
9
10
repos:
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.19.1
+ rev: v3.20.0
13
hooks:
14
- id: pyupgrade
15
args: ["--py39-plus"]
16
17
- repo: https://github.com/adamchainz/django-upgrade
18
- rev: "1.24.0"
+ rev: "1.25.0"
19
20
- id: django-upgrade
21
args: [--target-version, "4.2"]
@@ -33,6 +33,6 @@ repos:
33
- flake8-logging-format
34
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: v2.5.1
+ rev: v2.6.0
37
38
- id: pyproject-fmt
0 commit comments