Skip to content

Commit 7d7d1b0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.14.2 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.2...v0.14.4)
1 parent 52acba7 commit 7d7d1b0

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
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: validate-pyproject
2727
- repo: https://github.com/psf/black-pre-commit-mirror
28-
rev: 25.9.0
28+
rev: 25.11.0
2929
hooks:
3030
- id: black-jupyter
3131
- repo: https://github.com/keewis/blackdoc
@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: ["black==25.9.0"]
3636
- id: blackdoc-autoupdate-black
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.14.2
38+
rev: v0.14.4
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]

0 commit comments

Comments
 (0)