Skip to content

Commit 89502e7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.15.0](pre-commit/mirrors-mypy@v1.10.1...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.9.10](astral-sh/ruff-pre-commit@v0.5.0...v0.9.10)
1 parent 31b7d5a commit 89502e7

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,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.10.1
3+
rev: v1.15.0
44
hooks:
55
- id: mypy
66
name: python mypy
77
always_run: true
88
pass_filenames: false
99
args: ["."]
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.5.0
11+
rev: v0.9.10
1212
hooks:
1313
- id: ruff
1414
name: ruff-check

0 commit comments

Comments
 (0)