Skip to content

Commit f88ff45

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/keewis/blackdoc: v0.3.9 → v0.3.10](keewis/blackdoc@v0.3.9...v0.3.10) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.10...v0.11.13)
1 parent 0b2bb19 commit f88ff45

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
@@ -17,14 +17,14 @@ repos:
1717
- id: black
1818
- id: black-jupyter
1919
- repo: https://github.com/keewis/blackdoc
20-
rev: v0.3.9
20+
rev: v0.3.10
2121
hooks:
2222
- id: blackdoc
2323
additional_dependencies: ["black==25.1.0"]
2424
- id: blackdoc-autoupdate-black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
2626
# Ruff version.
27-
rev: v0.11.10
27+
rev: v0.11.13
2828
hooks:
2929
- id: ruff
3030
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)