Skip to content

Commit f385458

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/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent 65d3a88 commit f385458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
rev: "25.1.0"
1919
hooks:
2020
- id: black
21-
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: "v3.14.0"
21+
- repo: https://github.com/asottile/reorder-python-imports
22+
rev: "v3.15.0"
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/pycqa/flake8
26-
rev: "7.1.2"
26+
rev: "7.3.0"
2727
hooks:
2828
- id: flake8
2929
language_version: python3

0 commit comments

Comments
 (0)