Skip to content

Commit 8cf50b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.7](astral-sh/ruff-pre-commit@v0.13.2...v0.14.7)
1 parent 32c9a1a commit 8cf50b6

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
@@ -29,19 +29,19 @@ repos:
2929
- id: cmake-format
3030
additional_dependencies: [pyyaml]
3131

32-
- repo: https://github.com/psf/black
33-
rev: "25.9.0"
32+
- repo: https://github.com/psf/black-pre-commit-mirror
33+
rev: "25.11.0"
3434
hooks:
3535
- id: black
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: "v1.18.2"
38+
rev: "v1.19.0"
3939
hooks:
4040
- id: mypy
4141
exclude: snaphu/io/__init__\.py$
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.13.2"
44+
rev: "v0.14.7"
4545
hooks:
4646
- id: ruff-check
4747
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)