Skip to content

Commit c3173d7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.0](asottile/pyupgrade@v3.15.2...v3.19.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 1c89f84 commit c3173d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.15.2
3+
rev: v3.19.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py38-plus"]
77
- repo: https://github.com/asottile/reorder-python-imports
8-
rev: v3.12.0
8+
rev: v3.14.0
99
hooks:
1010
- id: reorder-python-imports
1111
- repo: https://github.com/psf/black
12-
rev: 24.4.2
12+
rev: 24.10.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 7.0.0
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.6.0
21+
rev: v5.0.0
2222
hooks:
2323
- id: check-byte-order-marker
2424
- id: trailing-whitespace

0 commit comments

Comments
 (0)