Skip to content

Commit 10ae54a

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black-pre-commit-mirror: 23.10.0 → 24.3.0](psf/black-pre-commit-mirror@23.10.0...24.3.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.0...v0.3.5) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.9.0](pre-commit/mirrors-mypy@v1.6.1...v1.9.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
1 parent ac6fdfc commit 10ae54a

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black-pre-commit-mirror
7-
rev: "23.10.0"
7+
rev: "24.3.0"
88
hooks:
99
- id: black-jupyter
1010

@@ -38,20 +38,20 @@ repos:
3838
- id: rst-inline-touching-normal
3939

4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: "v3.0.3"
41+
rev: "v4.0.0-alpha.8"
4242
hooks:
4343
- id: prettier
4444
types_or: [yaml, markdown, html, css, scss, javascript, json]
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.1.0"
48+
rev: "v0.3.5"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.6.1"
54+
rev: "v1.9.0"
5555
hooks:
5656
- id: mypy
5757
files: src|tests
@@ -67,7 +67,7 @@ repos:
6767
- id: codespell
6868

6969
- repo: https://github.com/shellcheck-py/shellcheck-py
70-
rev: "v0.9.0.6"
70+
rev: "v0.10.0.1"
7171
hooks:
7272
- id: shellcheck
7373

0 commit comments

Comments
 (0)