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 c2edab6 commit 8667253Copy full SHA for 8667253
.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.15.0
+ rev: v3.15.2
15
hooks:
16
- id: pyupgrade
17
args: [--py36-plus]
18
- repo: https://github.com/adamchainz/django-upgrade
19
- rev: 1.15.0
+ rev: 1.16.0
20
21
- id: django-upgrade
22
args: [--target-version, "3.2"]
@@ -34,7 +34,7 @@ repos:
34
35
- id: setup-cfg-fmt
36
- repo: https://github.com/tox-dev/pyproject-fmt
37
- rev: "1.5.3"
+ rev: "1.7.0"
38
39
- id: pyproject-fmt
40
- repo: https://github.com/tox-dev/tox-ini-fmt
0 commit comments