11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v2.5 .0
3+ rev : v4.4 .0
44 hooks :
5- - id : flake8
6- language_version : python3.6
7- args : [
8- --max-line-length=100,
9- # We did some funky thing in __init__.py, skip them for now.
10- --exclude=*__init__.py
11- ]
125 - id : trailing-whitespace
13- language_version : python3.6
6+ language_version : python3
147 - id : end-of-file-fixer
15- language_version : python3.6
8+ language_version : python3
169 - id : check-merge-conflict
17- language_version : python3.6
10+ language_version : python3
1811 - id : requirements-txt-fixer
19- language_version : python3.6
12+ language_version : python3
2013 - id : name-tests-test
21- language_version : python3.6
14+ language_version : python3
2215 - id : double-quote-string-fixer
23- language_version : python3.6
16+ language_version : python3
2417 - id : forbid-new-submodules
25- language_version : python3.6
18+ language_version : python3
2619 - id : check-yaml
27- language_version : python3.6
20+ language_version : python3
2821 files : (\.(yaml|yml|eyaml))$
2922 - id : check-json
3023 files : \.(jshintrc|json)$
24+ - repo : https://github.com/pycqa/flake8
25+ rev : ' '
26+ hooks :
27+ - id : flake8
28+ language_version : python3
29+ args : [
30+ --max-line-length=100,
31+ # We did some funky thing in __init__.py, skip them for now.
32+ --exclude=*__init__.py
33+ ]
3134- repo : https://github.com/pre-commit/mirrors-autopep8
3235 rev : v1.5.1
3336 hooks :
3437 - id : autopep8
35- language_version : python3.6
38+ language_version : python3
3639- repo : https://github.com/asottile/add-trailing-comma
3740 rev : v2.0.1
3841 hooks :
@@ -41,11 +44,11 @@ repos:
4144 rev : v2.2.0
4245 hooks :
4346 - id : reorder-python-imports
44- language_version : python3.6
47+ language_version : python3
4548- repo : https://github.com/asottile/pyupgrade
4649 rev : v2.1.1
4750 hooks :
4851 - id : pyupgrade
4952 args :
5053 - --py3-plus
51- language_version : python3.6
54+ language_version : python3
0 commit comments