Skip to content

Commit 011e7c3

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
updates: - [github.com/asottile/reorder_python_imports: v3.8.5 → v3.9.0](asottile/reorder-python-imports@v3.8.5...v3.9.0) - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ef11067 commit 011e7c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: codespell
1313

1414
- repo: https://github.com/asottile/reorder_python_imports
15-
rev: v3.8.5
15+
rev: v3.9.0
1616
hooks:
1717
- id: reorder-python-imports
1818
args:
@@ -24,7 +24,7 @@ repos:
2424
- id: lint
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.1.0
27+
rev: v3.2.0
2828
hooks:
2929
- id: pyupgrade
3030
args:

0 commit comments

Comments
 (0)