Skip to content

Commit 3eae6ee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.9.6](astral-sh/ruff-pre-commit@v0.0.277...v0.9.6) - [github.com/asottile/pyupgrade: v3.9.0 → v3.19.1](asottile/pyupgrade@v3.9.0...v3.19.1)
1 parent f937126 commit 3eae6ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -12,15 +12,15 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: check-vcs-permalinks
1414
- repo: https://github.com/psf/black
15-
rev: 23.3.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.277
19+
rev: v0.9.6
2020
hooks:
2121
- id: ruff
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.9.0
23+
rev: v3.19.1
2424
hooks:
2525
- id: pyupgrade
2626
args: ["--py38-plus"]

0 commit comments

Comments
 (0)