Skip to content

Commit 3c804fc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.2...v0.14.0)
1 parent 32c9a1a commit 3c804fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: cmake-format
3030
additional_dependencies: [pyyaml]
3131

32-
- repo: https://github.com/psf/black
32+
- repo: https://github.com/psf/black-pre-commit-mirror
3333
rev: "25.9.0"
3434
hooks:
3535
- id: black
@@ -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.0"
4545
hooks:
4646
- id: ruff-check
4747
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)