Skip to content

Commit f40c16f

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.8.3 → v3.14.0](asottile/reorder-python-imports@v3.8.3...v3.14.0) - [github.com/asottile/pyupgrade: v3.0.0 → v3.19.1](asottile/pyupgrade@v3.0.0...v3.19.1) - [github.com/psf/black: 22.10.0 → 25.1.0](psf/black@22.10.0...25.1.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0)
1 parent e06d58d commit f40c16f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
2-
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.8.3
2+
- repo: https://github.com/asottile/reorder-python-imports
3+
rev: v3.14.0
44
hooks:
55
- id: reorder-python-imports
66
args: ["--application-directories", "src"]
77
- repo: https://github.com/asottile/pyupgrade
8-
rev: v3.0.0
8+
rev: v3.19.1
99
hooks:
1010
- id: pyupgrade
1111
- repo: https://github.com/psf/black
12-
rev: 22.10.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 5.0.4
16+
rev: 7.1.1
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-bugbear]
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.3.0
21+
rev: v5.0.0
2222
hooks:
2323
- id: check-byte-order-marker
2424
- id: trailing-whitespace

0 commit comments

Comments
 (0)