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 1be1db7 commit 63c504eCopy full SHA for 63c504e
.pre-commit-config.yaml
@@ -11,12 +11,12 @@ repos:
11
- id: check-toml
12
- id: check-yaml
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.8.0
+ rev: v3.13.0
15
hooks:
16
- id: pyupgrade
17
args: [--py36-plus]
18
- repo: https://github.com/adamchainz/django-upgrade
19
- rev: 1.14.0
+ rev: 1.15.0
20
21
- id: django-upgrade
22
args: [--target-version, "3.2"]
@@ -34,10 +34,10 @@ repos:
34
35
- id: setup-cfg-fmt
36
- repo: https://github.com/tox-dev/pyproject-fmt
37
- rev: "0.12.1"
+ rev: "1.2.0"
38
39
- id: pyproject-fmt
40
- repo: https://github.com/tox-dev/tox-ini-fmt
41
- rev: "1.2.0"
+ rev: "1.3.1"
42
43
- id: tox-ini-fmt
0 commit comments