Skip to content

Commit 35e7140

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](asottile/pyupgrade@v3.15.0...v3.17.0) - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0)
1 parent 420c1f3 commit 35e7140

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: .bumpversion.cfg
77
- id: end-of-file-fixer
88

99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.12.0
10+
rev: v3.13.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: ["--py38-plus"]
@@ -18,12 +18,12 @@ repos:
1818
- id: add-trailing-comma
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.17.0
2222
hooks:
2323
- id: pyupgrade
2424

2525
- repo: https://github.com/psf/black
26-
rev: 23.12.1
26+
rev: 24.10.0
2727
hooks:
2828
- id: black
2929
args: [--safe]

0 commit comments

Comments
 (0)