Skip to content

Commit dcfa38d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.9.0](asottile/reorder-python-imports@v3.8.3...v3.9.0) - [github.com/asottile/pyupgrade: v3.0.0 → v3.2.2](asottile/pyupgrade@v3.0.0...v3.2.2)
1 parent 09a7d29 commit dcfa38d

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
@@ -2,7 +2,7 @@
22
exclude: ^\.
33
repos:
44
- repo: https://github.com/asottile/reorder_python_imports
5-
rev: v3.8.3
5+
rev: v3.9.0
66
hooks:
77
- id: reorder-python-imports
88
files: '(\.pyi?|wscript)$'
@@ -21,7 +21,7 @@ repos:
2121
args: [--autofix, --no-sort-keys]
2222
- id: trailing-whitespace
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.0.0
24+
rev: v3.2.2
2525
hooks:
2626
- id: pyupgrade
2727
args: [

0 commit comments

Comments
 (0)