Skip to content

Commit 985b39d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0)
1 parent 78ef17f commit 985b39d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ repos:
2020
hooks:
2121
- id: autopep8
2222
- repo: https://github.com/asottile/reorder-python-imports
23-
rev: v3.13.0
23+
rev: v3.14.0
2424
hooks:
2525
- id: reorder-python-imports
2626
args: [--py39-plus, --add-import, 'from __future__ import annotations']
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.17.0
28+
rev: v3.18.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.5.0
33+
rev: v2.7.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)