Skip to content

Commit 18496ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.0...v0.14.5) - [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/keewis/blackdoc: v0.4.3 → v0.4.6](keewis/blackdoc@v0.4.3...v0.4.6)
1 parent 1c73db2 commit 18496ce

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
@@ -22,16 +22,16 @@ repos:
2222
hooks:
2323
- id: validate-pyproject
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.0
25+
rev: v0.14.5
2626
hooks:
2727
- id: ruff
2828
args: ["--fix"]
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 25.9.0
30+
rev: 25.11.0
3131
hooks:
3232
- id: black-jupyter
3333
- repo: https://github.com/keewis/blackdoc
34-
rev: v0.4.3
34+
rev: v0.4.6
3535
hooks:
3636
- id: blackdoc
3737
additional_dependencies: ["black==25.9.0"]

0 commit comments

Comments
 (0)