Commit c22fbd6 1 parent a4a8e79 commit c22fbd6 Copy full SHA for c22fbd6
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
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.3.1
23
+ rev : v3.4.0
24
24
hooks :
25
25
- id : pyupgrade
26
26
args : [ --py38-plus ]
@@ -44,13 +44,13 @@ repos:
44
44
45
45
# The uncompromising code formatter
46
46
- repo : https://github.com/psf/black
47
- rev : 23.1 .0
47
+ rev : 23.3 .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