Skip to content

Commit c7c99f6

Browse files
[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.8](astral-sh/ruff-pre-commit@v0.14.5...v0.14.8)
1 parent 153d928 commit c7c99f6

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
@@ -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,7 +25,7 @@ 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
@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: ["black==25.11.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.8
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]

0 commit comments

Comments
 (0)