Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit b82c3ae

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.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
1 parent fdba846 commit b82c3ae

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
@@ -13,7 +13,7 @@ repos:
1313
rev: v2.2.0
1414
hooks:
1515
- id: setup-cfg-fmt
16-
- repo: https://github.com/asottile/reorder_python_imports
16+
- repo: https://github.com/asottile/reorder-python-imports
1717
rev: v3.9.0
1818
hooks:
1919
- id: reorder-python-imports
@@ -24,7 +24,7 @@ repos:
2424
- id: add-trailing-comma
2525
args: [--py36-plus]
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.3.2
27+
rev: v3.4.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]

0 commit comments

Comments
 (0)