Skip to content

Commit 2c75c45

Browse files
pre-commit-ci[bot]seifertm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.4...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1)
1 parent 3c03cc2 commit 2c75c45

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
@@ -6,7 +6,7 @@ repos:
66
- id: check-merge-conflict
77
exclude: rst$
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.12.4
9+
rev: v0.12.7
1010
hooks:
1111
- id: ruff
1212
args: [--fix]
@@ -42,7 +42,7 @@ repos:
4242
- id: check-yaml
4343
- id: debug-statements
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.17.0
45+
rev: v1.17.1
4646
hooks:
4747
- id: mypy
4848
exclude: ^(docs|tests)/.*

0 commit comments

Comments
 (0)