Skip to content

Commit 3b3d3a7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0)
1 parent 8ee2f16 commit 3b3d3a7

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
@@ -14,7 +14,7 @@ repos:
1414

1515
# Adds a standard feel to import segments, adds future annotations
1616
- repo: https://github.com/asottile/reorder-python-imports
17-
rev: v3.11.0
17+
rev: v3.12.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args:
@@ -26,7 +26,7 @@ repos:
2626

2727
# Automatically upgrade syntax to newer versions
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.13.0
29+
rev: v3.14.0
3030
hooks:
3131
- id: pyupgrade
3232
args:

0 commit comments

Comments
 (0)