Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44b2af8

Browse files
committed
dogfood: upgrade hooks
1 parent 416c075 commit 44b2af8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- repo: https://github.com/pre-commit/pre-commit-hooks.git
2-
sha: v0.7.0
2+
sha: v0.9.0
33
hooks:
44
- id: trailing-whitespace
55
- id: end-of-file-fixer
@@ -12,12 +12,12 @@
1212
- id: requirements-txt-fixer
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/pre-commit.git
15-
sha: v0.12.0
15+
sha: v0.15.0
1616
hooks:
1717
- id: validate_config
1818
- id: validate_manifest
1919
- repo: https://github.com/asottile/reorder_python_imports.git
20-
sha: v0.3.1
20+
sha: v0.3.4
2121
hooks:
2222
- id: reorder-python-imports
2323
language_version: python2.7

0 commit comments

Comments
 (0)