Skip to content

Commit 3725ccd

Browse files
[pre-commit.ci] pre-commit autoupdate (#56)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/rbubley/mirrors-prettier: v3.6.0 → v3.6.2](rbubley/mirrors-prettier@v3.6.0...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.0...v0.12.11) - [github.com/keewis/blackdoc: v0.4.0 → v0.4.1](keewis/blackdoc@v0.4.0...v0.4.1) - [github.com/adhtruong/mirrors-typos: v1.33.1 → v1.35.6](adhtruong/mirrors-typos@v1.33.1...v1.35.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2e8051c commit 3725ccd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-docstring-first
1313
- repo: https://github.com/rbubley/mirrors-prettier
14-
rev: v3.6.0
14+
rev: v3.6.2
1515
hooks:
1616
- id: prettier
1717
args: ["--cache-location=.prettier_cache/cache"]
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: validate-pyproject
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.0
30+
rev: v0.12.11
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: black-jupyter
3838
- repo: https://github.com/keewis/blackdoc
39-
rev: v0.4.0
39+
rev: v0.4.1
4040
hooks:
4141
- id: blackdoc
4242
additional_dependencies: ["black==25.1.0"]
@@ -49,7 +49,7 @@ repos:
4949
- "--extra-keys=metadata.kernelspec"
5050
- "metadata.language_info.version"
5151
- repo: https://github.com/adhtruong/mirrors-typos
52-
rev: v1.33.1
52+
rev: v1.35.6
5353
hooks:
5454
- id: typos
5555
exclude: ".*\\.ipynb$"

0 commit comments

Comments
 (0)