Skip to content

Commit 8ed73b2

Browse files
authored
⬆️🪝 update pre-commit hooks (#151)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) <!--pre-commit.ci end-->
2 parents b8e8102 + 03f056e commit 8ed73b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
types_or: [yaml, markdown, html, css, javascript, json]
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.11.11
59+
rev: v0.11.12
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.15.0
81+
rev: v1.16.0
8282
hooks:
8383
- id: mypy
8484
files: ^(src|tests|setup.py)

0 commit comments

Comments
 (0)