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 00d443e commit 76fdd62Copy full SHA for 76fdd62
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: debug-statements
14
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v2.31.0
+ rev: v2.31.1
17
hooks:
18
- id: pyupgrade
19
args: [--py36-plus]
@@ -32,12 +32,12 @@ repos:
32
args: ['--settings-path=pyproject.toml']
33
34
- repo: https://github.com/psf/black
35
- rev: 21.12b0
+ rev: 22.3.0
36
37
- id: black
38
39
- repo: https://github.com/adamchainz/django-upgrade
40
- rev: 1.3.2
+ rev: 1.4.0
41
42
- id: django-upgrade
43
args: [--target-version, "2.2"]
0 commit comments