Skip to content

Commit f36ce70

Browse files
committed
Ran pre-commit autoupdate.
Committed via https://github.com/asottile/all-repos
1 parent 1553c96 commit f36ce70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- id: requirements-txt-fixer
1414
- id: flake8
1515
- repo: https://github.com/pre-commit/pre-commit
16-
sha: v0.15.2
16+
sha: v0.16.3
1717
hooks:
1818
- id: validate_config
1919
- id: validate_manifest
@@ -23,10 +23,10 @@
2323
- id: reorder-python-imports
2424
language_version: python2.7
2525
- repo: https://github.com/asottile/pyupgrade
26-
sha: v1.1.3
26+
sha: v1.1.4
2727
hooks:
2828
- id: pyupgrade
2929
- repo: https://github.com/asottile/add-trailing-comma
30-
sha: v0.6.1
30+
sha: v0.6.4
3131
hooks:
3232
- id: add-trailing-comma

0 commit comments

Comments
 (0)