File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/mirrors-autopep8
5- rev : ' v2.0.2 '
5+ rev : ' v2.0.4 '
66 hooks :
77 - id : autopep8
8- args :
9- - --recursive
10- - --in-place
11- - --aggressive
12- - --aggressive
13- - --hang-closing
14- - --max-line-length=99
158
169 - repo : https://github.com/PyCQA/isort
1710 rev : " 5.12.0"
3326 )$
3427
3528 - repo : https://github.com/pre-commit/pre-commit-hooks
36- rev : " v4.4 .0"
29+ rev : " v4.6 .0"
3730 hooks :
3831 - id : end-of-file-fixer
3932 - id : mixed-line-ending
Original file line number Diff line number Diff line change @@ -103,3 +103,10 @@ markers = [
103103testpaths = [
104104 ' tests' ,
105105]
106+
107+ [tool .autopep8 ]
108+ max_line_length = 99
109+ in-place = true
110+ recursive = true
111+ hang-closing = true
112+ aggressive = 2
You can’t perform that action at this time.
0 commit comments