Skip to content

Commit cd86906

Browse files
Auto-update pre-commit hooks (#534)
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.12...v0.13.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae67eb0 commit cd86906

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
@@ -12,12 +12,12 @@ repos:
1212
args: ["--toml", "pyproject.toml"]
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.17.1
15+
rev: v1.18.2
1616
hooks:
1717
- id: mypy
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.12
20+
rev: v0.13.1
2121
hooks:
2222
- id: ruff
2323
args: [--fix]

0 commit comments

Comments
 (0)