File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v3.3.0
4- hooks :
5- - id : trailing-whitespace
6- - id : end-of-file-fixer
7- - id : check-docstring-first
8- - id : check-yaml
9- - id : debug-statements
10- - id : check-ast
11- - repo : https://github.com/ambv/black
12- rev : 20.8b1
13- hooks :
14- - id : black
15- - repo : https://github.com/asottile/pyupgrade
16- rev : v2.7.3
17- hooks :
18- - id : pyupgrade
19- args : ['--py36-plus']
20- - repo : https://github.com/timothycrosley/isort
21- rev : 5.6.4
22- hooks :
23- - id : isort
24- - repo : https://gitlab.com/pycqa/flake8
25- rev : 3.8.4
26- hooks :
27- - id : flake8
28- args : ['--config=tox.ini']
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v3.3.0
4+ hooks :
5+ - id : trailing-whitespace
6+ - id : end-of-file-fixer
7+ - id : check-docstring-first
8+ - id : check-yaml
9+ - id : debug-statements
10+ - id : check-ast
11+ - repo : https://github.com/ambv/black
12+ rev : 20.8b1
13+ hooks :
14+ - id : black
15+ - repo : https://github.com/asottile/pyupgrade
16+ rev : v2.7.3
17+ hooks :
18+ - id : pyupgrade
19+ args : ['--py36-plus']
20+ - repo : https://github.com/timothycrosley/isort
21+ rev : 5.6.4
22+ hooks :
23+ - id : isort
24+ - repo : https://gitlab.com/pycqa/flake8
25+ rev : 3.8.4
26+ hooks :
27+ - id : flake8
You can’t perform that action at this time.
0 commit comments