33 rev : v2.5.0
44 hooks :
55 - id : flake8
6- language_version : python3.6
6+ language_version : python3
77 args : [
88 --max-line-length=100,
99 # We did some funky thing in __init__.py, skip them for now.
1010 --exclude=*__init__.py
1111 ]
1212 - id : trailing-whitespace
13- language_version : python3.6
13+ language_version : python3
1414 - id : end-of-file-fixer
15- language_version : python3.6
15+ language_version : python3
1616 - id : check-merge-conflict
17- language_version : python3.6
17+ language_version : python3
1818 - id : requirements-txt-fixer
19- language_version : python3.6
19+ language_version : python3
2020 - id : name-tests-test
21- language_version : python3.6
21+ language_version : python3
2222 - id : double-quote-string-fixer
23- language_version : python3.6
23+ language_version : python3
2424 - id : forbid-new-submodules
25- language_version : python3.6
25+ language_version : python3
2626 - id : check-yaml
27- language_version : python3.6
27+ language_version : python3
2828 files : (\.(yaml|yml|eyaml))$
2929 - id : check-json
3030 files : \.(jshintrc|json)$
3131- repo : https://github.com/pre-commit/mirrors-autopep8
3232 rev : v1.5.1
3333 hooks :
3434 - id : autopep8
35- language_version : python3.6
35+ language_version : python3
3636- repo : https://github.com/asottile/add-trailing-comma
3737 rev : v2.0.1
3838 hooks :
@@ -41,11 +41,11 @@ repos:
4141 rev : v2.2.0
4242 hooks :
4343 - id : reorder-python-imports
44- language_version : python3.6
44+ language_version : python3
4545- repo : https://github.com/asottile/pyupgrade
4646 rev : v2.1.1
4747 hooks :
4848 - id : pyupgrade
4949 args :
5050 - --py3-plus
51- language_version : python3.6
51+ language_version : python3
0 commit comments