Skip to content

Commit 1961654

Browse files
Auto-update pre-commit hooks (#3450)
updates: - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 58a8661 commit 1961654

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.11.2
15+
rev: v1.12.1
1616
hooks:
1717
- id: mypy
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.6.9
20+
rev: v0.7.0
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]

0 commit comments

Comments
 (0)