Skip to content

Commit 5fac599

Browse files
[pre-commit.ci] pre-commit autoupdate (#307)
updates: - [github.com/rbubley/mirrors-prettier: v3.6.0 → v3.6.2](rbubley/mirrors-prettier@v3.6.0...v3.6.2) - [github.com/keewis/blackdoc: v0.4.0 → v0.4.1](keewis/blackdoc@v0.4.0...v0.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.1](astral-sh/ruff-pre-commit@v0.12.0...v0.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9bbae6c commit 5fac599

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: check-docstring-first
1212
- repo: https://github.com/rbubley/mirrors-prettier
13-
rev: v3.6.0
13+
rev: v3.6.2
1414
hooks:
1515
- id: prettier
1616
args: ["--cache-location=.prettier_cache/cache"]
@@ -31,13 +31,13 @@ repos:
3131
hooks:
3232
- id: black-jupyter
3333
- repo: https://github.com/keewis/blackdoc
34-
rev: v0.4.0
34+
rev: v0.4.1
3535
hooks:
3636
- id: blackdoc
3737
additional_dependencies: ["black==25.1.0"]
3838
- id: blackdoc-autoupdate-black
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.12.0
40+
rev: v0.12.1
4141
hooks:
4242
- id: ruff
4343
args: [--fix]

0 commit comments

Comments
 (0)