Skip to content

Commit 2d34b1a

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.12.0](asottile/reorder-python-imports@v3.8.3...v3.12.0) - [github.com/asottile/pyupgrade: v3.0.0 → v3.14.0](asottile/pyupgrade@v3.0.0...v3.14.0) - [github.com/psf/black: 22.10.0 → 23.9.1](psf/black@22.10.0...23.9.1) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
1 parent e06d58d commit 2d34b1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
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.12.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.14.0
99
hooks:
1010
- id: pyupgrade
1111
- repo: https://github.com/psf/black
12-
rev: 22.10.0
12+
rev: 23.9.1
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 5.0.4
16+
rev: 6.1.0
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: v4.4.0
2222
hooks:
2323
- id: check-byte-order-marker
2424
- id: trailing-whitespace

0 commit comments

Comments
 (0)