File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ repos:
10
10
- id : check-added-large-files
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : " 22.12 .0"
13
+ rev : " 23.3 .0"
14
14
hooks :
15
15
- id : black
16
16
exclude : " tests/snapshots/"
17
17
18
18
- repo : https://github.com/PyCQA/isort
19
- rev : " 5.11.1 "
19
+ rev : " 5.12.0 "
20
20
hooks :
21
21
- id : isort
22
22
exclude : " tests/snapshots/"
@@ -28,20 +28,20 @@ repos:
28
28
exclude : " tests/snapshots/"
29
29
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : " v3.3.1 "
31
+ rev : " v3.6.0 "
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [ --py37-plus ]
35
35
exclude : " tests/snapshots/"
36
36
37
37
- repo : https://github.com/adamchainz/django-upgrade
38
- rev : " 1.12 .0"
38
+ rev : " 1.13 .0"
39
39
hooks :
40
40
- id : django-upgrade
41
41
args : [--target-version, "2.2"]
42
42
exclude : " tests/snapshots/"
43
43
44
44
- repo : https://github.com/floatingpurr/sync_with_poetry
45
- rev : 0.4 .0
45
+ rev : 1.0 .0
46
46
hooks :
47
47
- id : sync_with_poetry
You can’t perform that action at this time.
0 commit comments