Skip to content

Commit 2415c47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.9.7](astral-sh/ruff-pre-commit@v0.7.3...v0.9.7) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent b8f2cd3 commit 2415c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
repos:
33
- repo: https://github.com/asottile/pyupgrade
44
# keep it after flake8
5-
rev: v3.19.0
5+
rev: v3.19.1
66
hooks:
77
- id: pyupgrade
88
args: ["--py310-plus"]
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.7.3"
10+
rev: "v0.9.7"
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
@@ -36,7 +36,7 @@ repos:
3636
mkdocs.yml
3737
)$
3838
- repo: https://github.com/psf/black
39-
rev: 24.10.0
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242
language_version: python3

0 commit comments

Comments
 (0)