Skip to content

Commit 938e186

Browse files
Update pre-commit hooks (#10604)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.2...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Illviljan <[email protected]>
1 parent fa49c05 commit 938e186

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
@@ -24,7 +24,7 @@ repos:
2424
- id: rst-inline-touching-normal
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.12.2
27+
rev: v0.12.7
2828
hooks:
2929
- id: ruff-check
3030
args: ["--fix", "--show-fixes"]
@@ -41,7 +41,7 @@ repos:
4141
- id: prettier
4242
args: [--cache-location=.prettier_cache/cache]
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.16.1
44+
rev: v1.17.1
4545
hooks:
4646
- id: mypy
4747
# Copied from setup.cfg

0 commit comments

Comments
 (0)