X Tutup
Skip to content

Commit 72d1090

Browse files
committed
Update config
1 parent cf691e8 commit 72d1090

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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

pre_commit/commands/sample_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See https://pre-commit.com/hooks.html for more hooks
1313
repos:
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

tests/commands/sample_config_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_sample_config(capsys):
1313
# See https://pre-commit.com/hooks.html for more hooks
1414
repos:
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

0 commit comments

Comments
 (0)
X Tutup