Skip to content

Commit 97ec998

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.7...v0.15.4) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0)
1 parent 478f308 commit 97ec998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ repos:
2424

2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.14.7
27+
rev: v0.15.4
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v1.19.0"
33+
rev: "v1.19.1"
3434
hooks:
3535
- id: mypy
3636
additional_dependencies:
@@ -40,7 +40,7 @@ repos:
4040

4141

4242
- repo: https://github.com/psf/black-pre-commit-mirror
43-
rev: "25.11.0"
43+
rev: "26.1.0"
4444
hooks:
4545
- id: black
4646
args: [--preview]

0 commit comments

Comments
 (0)