Commit e7b1472 1 parent c961f8c commit e7b1472 Copy full SHA for e7b1472
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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.7 .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 ]
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