Commit d4e741b 1 parent 13e5224 commit d4e741b Copy full SHA for d4e741b
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ repos:
20
20
21
21
# A tool to automatically upgrade syntax for newer versions of the python language.
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v3.4 .0
23
+ rev : v3.9 .0
24
24
hooks :
25
25
- id : pyupgrade
26
26
args : [ --py38-plus ]
27
27
28
28
# A formatter for finding and removing unused import statements.
29
29
- repo : https://github.com/hadialqattan/pycln
30
- rev : v2.1.3
30
+ rev : v2.1.5
31
31
hooks :
32
32
- id : pycln
33
33
args : [ --all ]
@@ -44,13 +44,13 @@ repos:
44
44
45
45
# The uncompromising code formatter
46
46
- repo : https://github.com/psf/black
47
- rev : 23.3 .0
47
+ rev : 23.7 .0
48
48
hooks :
49
49
- id : black
50
50
51
51
# A tool to automatically fix common style issues in Python code. Has plugins.
52
52
- repo : https://github.com/pycqa/flake8
53
- rev : ' 5 .0.4 ' # fix to 5.0.4
53
+ rev : ' 6 .0.0 ' # fix to 5.0.4
54
54
hooks :
55
55
- id : flake8
56
56
exclude : (__pycache__|.venv|tmp|.tox)
You can’t perform that action at this time.
0 commit comments