Skip to content

Commit ebb3b10

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.2...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent cf2eb09 commit ebb3b10

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.2
27+
rev: v0.14.7
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.18.2"
33+
rev: "v1.19.0"
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.9.0"
43+
rev: "25.11.0"
4444
hooks:
4545
- id: black
4646
args: [--preview]

0 commit comments

Comments
 (0)