Skip to content

Commit d72eca4

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

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.13.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.8.3
1212
hooks:
1313
- id: ruff
1414
name: ruff-check

0 commit comments

Comments
 (0)