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 1525cc5 commit e5f202aCopy full SHA for e5f202a
.pre-commit-config.yaml
@@ -28,20 +28,20 @@ repos:
28
exclude: "tests/snapshots/"
29
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: "v3.4.0"
+ rev: "v3.7.0"
32
hooks:
33
- id: pyupgrade
34
args: [ --py37-plus ]
35
36
37
- repo: https://github.com/adamchainz/django-upgrade
38
- rev: "1.13.0"
+ rev: "1.14.0"
39
40
- id: django-upgrade
41
args: [--target-version, "2.2"]
42
43
44
- repo: https://github.com/floatingpurr/sync_with_poetry
45
- rev: 1.0.0
+ rev: 1.1.0
46
47
- id: sync_with_poetry
0 commit comments