Skip to content

Commit d9a0dd4

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
1 parent e9e3e2d commit d9a0dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.8.4
59+
rev: v0.8.6
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.14.0
81+
rev: v1.14.1
8282
hooks:
8383
- id: mypy
8484
files: ^(src|tests|setup.py)

0 commit comments

Comments
 (0)