Skip to content

Commit 6605f9a

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#1136)
2 parents d0568f5 + e0cecec commit 6605f9a

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
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.1.0
5+
rev: v3.2.0
66
hooks:
77
- id: pyupgrade
88
args: ["--py37-plus"]
99
- repo: https://github.com/asottile/reorder_python_imports
10-
rev: v3.8.4
10+
rev: v3.9.0
1111
hooks:
1212
- id: reorder-python-imports
1313
files: "^(?!examples/)"
@@ -25,7 +25,7 @@ repos:
2525
- flake8-bugbear
2626
- flake8-implicit-str-concat
2727
- repo: https://github.com/peterdemin/pip-compile-multi
28-
rev: v2.4.6
28+
rev: v2.5.0
2929
hooks:
3030
- id: pip-compile-multi-verify
3131
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)