Skip to content

Commit 4282562

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.12...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent 8ed73b2 commit 4282562

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.12
59+
rev: v0.12.0
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.16.0
81+
rev: v1.16.1
8282
hooks:
8383
- id: mypy
8484
files: ^(src|tests|setup.py)

0 commit comments

Comments
 (0)