Skip to content

Commit 40a676a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.12.7](astral-sh/ruff-pre-commit@v0.9.10...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1)
1 parent 8ed9950 commit 40a676a

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
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "3.0.4"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.9.10
4+
rev: v0.12.7
55
hooks:
66
- id: ruff
77
args:
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717
- id: check-yaml
1818
- repo: "https://github.com/pre-commit/mirrors-mypy"
19-
rev: "v1.15.0"
19+
rev: "v1.17.1"
2020
hooks:
2121
- id: "mypy"
2222
name: "Check type hints (mypy)"

0 commit comments

Comments
 (0)