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

Skip to content

Commit 2694ebe

Browse files
committed
Ran pre-commit autoupdate.
Committed via https://github.com/asottile/all-repos
1 parent 8994e4c commit 2694ebe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.9.0
2+
sha: v0.9.1
33
hooks:
44
- id: trailing-whitespace
55
- id: end-of-file-fixer
@@ -12,16 +12,16 @@
1212
- id: requirements-txt-fixer
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/pre-commit.git
15-
sha: v0.15.0
15+
sha: v0.16.3
1616
hooks:
1717
- id: validate_config
1818
- id: validate_manifest
1919
- repo: https://github.com/asottile/reorder_python_imports.git
20-
sha: v0.3.4
20+
sha: v0.3.5
2121
hooks:
2222
- id: reorder-python-imports
2323
language_version: python2.7
2424
- repo: https://github.com/asottile/add-trailing-comma
25-
sha: v0.6.1
25+
sha: v0.6.4
2626
hooks:
2727
- id: add-trailing-comma

0 commit comments

Comments
 (0)