Skip to content

Commit 32a8999

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.4...v0.12.7)
1 parent 3c21642 commit 32a8999

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
@@ -40,7 +40,7 @@ repos:
4040
types_or: [yaml, html, json]
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.17.0"
43+
rev: "v1.17.1"
4444
hooks:
4545
- id: mypy
4646
files: ipykernel
@@ -74,7 +74,7 @@ repos:
7474
- id: rst-inline-touching-normal
7575

7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.12.4
77+
rev: v0.12.7
7878
hooks:
7979
- id: ruff
8080
types_or: [python, jupyter]

0 commit comments

Comments
 (0)