Skip to content

Commit 94c7b61

Browse files
[pre-commit.ci] pre-commit autoupdate (#15)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.2...v0.9.10) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d301330 commit 94c7b61

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
@@ -12,19 +12,19 @@ repos:
1212
- id: check-yaml
1313
- id: check-toml
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 24.10.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- id: black-jupyter
1919
- repo: https://github.com/keewis/blackdoc
2020
rev: v0.3.9
2121
hooks:
2222
- id: blackdoc
23-
additional_dependencies: ["black==24.10.0"]
23+
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.9.2
27+
rev: v0.9.10
2828
hooks:
2929
- id: ruff
3030
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)