File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/ambv/black
3- rev : 18.6b4
3+ rev : 18.9b0
44 hooks :
55 - id : black
66 language_version : python3.6
77- repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v1.3 .0
8+ rev : v2.1 .0
99 hooks :
1010 - id : flake8
1111 additional_dependencies : ["flake8-bugbear==18.8.0"]
1212- repo : https://github.com/asottile/blacken-docs
13- rev : v0.2 .0
13+ rev : v0.3 .0
1414 hooks :
1515 - id : blacken-docs
16- additional_dependencies : [black==18.6b4 ]
16+ additional_dependencies : [black==18.9b0 ]
Original file line number Diff line number Diff line change 99 "lint" : [
1010 "flake8==3.6.0" ,
1111 'flake8-bugbear==18.8.0; python_version >= "3.5"' ,
12- "pre-commit==1.12.0 " ,
12+ "pre-commit==1.14.2 " ,
1313 ],
1414}
1515EXTRAS_REQUIRE ["dev" ] = (
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ commands=
1616; NOTE: pre-commit runs both black and flake8
1717[testenv:lint]
1818skip_install = true
19- deps = pre-commit
20- commands = pre-commit run --all-files --verbose
19+ deps = pre-commit~=1.14
20+ commands = pre-commit run --all-files
You can’t perform that action at this time.
0 commit comments