Skip to content

Commit 9162331

Browse files
⬆️🪝 update pre-commit hooks (#78)
1 parent d927e97 commit 9162331

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
@@ -50,13 +50,13 @@ repos:
5050
5151
# Format configuration files with prettier
5252
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: "v4.0.0-alpha.4"
53+
rev: "v4.0.0-alpha.8"
5454
hooks:
5555
- id: prettier
5656
types_or: [yaml, markdown, html, css, javascript, json]
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.1.8
59+
rev: v0.1.9
6060
hooks:
6161
- id: ruff
6262
args: ["--fix", "--show-fixes"]
@@ -78,7 +78,7 @@ repos:
7878
- id: nb-clean
7979

8080
- repo: https://github.com/pre-commit/mirrors-mypy
81-
rev: v1.7.1
81+
rev: v1.8.0
8282
hooks:
8383
- id: mypy
8484
files: ^(src|tests|setup.py)

0 commit comments

Comments
 (0)