Skip to content

Commit 51c40c4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0)
1 parent 643845f commit 51c40c4

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.5.2"
3+
rev: "v0.5.4"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: python-use-type-annotations
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.10.1
24+
rev: v1.11.0
2525
hooks:
2626
- id: mypy
2727
files: ^(src/|testing/|scripts/)

0 commit comments

Comments
 (0)