Skip to content

Commit b32fd7d

Browse files
authored
Update .pre-commit-config.yaml
1 parent a3b5956 commit b32fd7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ repos:
1717
# Run the formatter.
1818
- id: ruff-format
1919
types_or: [ python, pyi, jupyter ]
20+
21+
- repo: https://github.com/pre-commit/mirrors-mypy
22+
rev: "v1.11.1"
23+
hooks:
24+
- id: mypy
25+
args: [ '--ignore-missing-imports', '--disable-error-code=top-level-await', "--disable-error-code=empty-body" ]

0 commit comments

Comments
 (0)