Skip to content

Commit 6dbd53b

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 8d28c9a commit 6dbd53b

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
@@ -21,16 +21,16 @@ repos:
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
24-
rev: v2.7.1
24+
rev: v2.8.2
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.7.3
28+
rev: v2.7.4
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v2.3.5
33+
rev: v2.3.6
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py3-plus]

0 commit comments

Comments
 (0)