Skip to content

Commit 581bd29

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent 065e7e3 commit 581bd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.8.3
9+
rev: v0.8.4
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.13.0
45+
rev: v1.14.0
4646
hooks:
4747
- id: mypy
4848
exclude: ^(docs|tests)/.*

0 commit comments

Comments
 (0)