Skip to content

Commit f31d488

Browse files
2 parents eba6886 + 273641d commit f31d488

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.6.1
5+
rev: v0.7.1
66
hooks:
77
- id: ruff
88
args: [--fix, --exit-non-zero-on-fix]
9+
- repo: https://github.com/pre-commit/mirrors-mypy
10+
rev: v1.13.0
11+
hooks:
12+
- id: mypy
13+
args: [--ignore-missing-imports]
14+
additional_dependencies: [tokenize-rt]
915
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
16+
rev: v5.0.0
1117
hooks:
1218
- id: check-added-large-files
1319
args: ['--maxkb=1024']

0 commit comments

Comments
 (0)