Skip to content

Commit a0a19d6

Browse files
committed
Ran pre-commit autoupdate.
Committed via https://github.com/asottile/all-repos
1 parent 92e1570 commit a0a19d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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-
sha: v1.2.3
3+
rev: v1.2.3
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -14,19 +14,19 @@ repos:
1414
- id: requirements-txt-fixer
1515
- id: flake8
1616
- repo: https://github.com/pre-commit/pre-commit
17-
sha: v0.16.3
17+
rev: v1.7.0
1818
hooks:
1919
- id: validate_manifest
2020
- repo: https://github.com/asottile/reorder_python_imports
21-
sha: v0.3.5
21+
rev: v1.0.1
2222
hooks:
2323
- id: reorder-python-imports
2424
language_version: python2.7
2525
- repo: https://github.com/asottile/pyupgrade
26-
sha: v1.1.4
26+
rev: v1.2.0
2727
hooks:
2828
- id: pyupgrade
2929
- repo: https://github.com/asottile/add-trailing-comma
30-
sha: v0.6.4
30+
rev: v0.6.4
3131
hooks:
3232
- id: add-trailing-comma

0 commit comments

Comments
 (0)