Skip to content

Commit 2ea667e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0)
1 parent dda8bea commit 2ea667e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: debug-statements
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
9-
- repo: https://github.com/asottile/reorder_python_imports
9+
- repo: https://github.com/asottile/reorder-python-imports
1010
rev: v3.9.0
1111
hooks:
1212
- id: reorder-python-imports
@@ -17,7 +17,7 @@ repos:
1717
- id: black
1818
args: [--line-length=79]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.1
20+
rev: v3.4.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]

0 commit comments

Comments
 (0)