Skip to content

Commit 0c9ee54

Browse files
[pre-commit.ci] pre-commit autoupdate (#353)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.5...v0.14.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 39ed0d0 commit 0c9ee54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: check-docstring-first
1111
- repo: https://github.com/rbubley/mirrors-prettier
12-
rev: v3.6.2
12+
rev: v3.7.4
1313
hooks:
1414
- id: prettier
1515
args: ["--cache-location=.prettier_cache/cache"]
@@ -25,17 +25,17 @@ repos:
2525
hooks:
2626
- id: validate-pyproject
2727
- repo: https://github.com/psf/black-pre-commit-mirror
28-
rev: 25.11.0
28+
rev: 25.12.0
2929
hooks:
3030
- id: black-jupyter
3131
- repo: https://github.com/keewis/blackdoc
3232
rev: v0.4.6
3333
hooks:
3434
- id: blackdoc
35-
additional_dependencies: ["black==25.11.0"]
35+
additional_dependencies: ["black==25.12.0"]
3636
- id: blackdoc-autoupdate-black
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.14.5
38+
rev: v0.14.10
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]

0 commit comments

Comments
 (0)