File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v1.2.3
3+ rev : v1.4.0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -13,11 +13,11 @@ repos:
1313 - id : requirements-txt-fixer
1414 - id : flake8
1515- repo : https://github.com/pre-commit/pre-commit
16- rev : v1.7.0
16+ rev : v1.10.5
1717 hooks :
1818 - id : validate_manifest
1919- repo : https://github.com/asottile/reorder_python_imports
20- rev : v1.0.1
20+ rev : v1.1.0
2121 hooks :
2222 - id : reorder-python-imports
2323 language_version : python2.7
Original file line number Diff line number Diff line change 1212# See https://pre-commit.com/hooks.html for more hooks
1313repos:
1414- repo: https://github.com/pre-commit/pre-commit-hooks
15- rev: v1.2.1-1
15+ rev: v1.4.0
1616 hooks:
1717 - id: trailing-whitespace
1818 - id: end-of-file-fixer
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def test_sample_config(capsys):
1313# See https://pre-commit.com/hooks.html for more hooks
1414repos:
1515- repo: https://github.com/pre-commit/pre-commit-hooks
16- rev: v1.2.1-1
16+ rev: v1.4.0
1717 hooks:
1818 - id: trailing-whitespace
1919 - id: end-of-file-fixer
You can’t perform that action at this time.
0 commit comments