Skip to content

Commit ca8c680

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.7...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 4daa481 commit ca8c680

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
@@ -20,19 +20,19 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: "25.11.0"
23+
rev: "25.12.0"
2424
hooks:
2525
- id: black
2626
args: [--preview, --enable-unstable-feature, string_processing]
2727

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

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: "v1.19.0"
35+
rev: "v1.19.1"
3636
hooks:
3737
- id: mypy
3838
additional_dependencies:

0 commit comments

Comments
 (0)