Skip to content

Commit b8a1810

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/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.5](astral-sh/ruff-pre-commit@v0.13.2...v0.14.5)
1 parent 32c9a1a commit b8a1810

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
@@ -29,8 +29,8 @@ 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

@@ -41,7 +41,7 @@ repos:
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.5"
4545
hooks:
4646
- id: ruff-check
4747
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)