Skip to content

Commit e4c4fd5

Browse files
authored
Merge pull request #4674 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ab6a8b0 + e9d0000 commit e4c4fd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.32.1
6+
rev: v2.34.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py36-plus"]
1010
- repo: https://github.com/asottile/reorder_python_imports
11-
rev: v3.1.0
11+
rev: v3.3.0
1212
hooks:
1313
- id: reorder-python-imports
1414
name: Reorder Python imports (src, tests)
1515
files: "^(?!examples/)"
1616
args: ["--application-directories", "src"]
1717
additional_dependencies: ["setuptools>60.9"]
1818
- repo: https://github.com/psf/black
19-
rev: 22.3.0
19+
rev: 22.6.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/PyCQA/flake8
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: pip-compile-multi-verify
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v4.2.0
34+
rev: v4.3.0
3535
hooks:
3636
- id: fix-byte-order-marker
3737
- id: trailing-whitespace

0 commit comments

Comments
 (0)