Skip to content

Commit d381c7e

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

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

0 commit comments

Comments
 (0)