run mypy local

This commit is contained in:
pacrob
2024-11-21 15:04:31 -07:00
committed by Paul Robinson
parent 6a927ac1e7
commit 1280617249
4 changed files with 10 additions and 6 deletions

View File

@ -43,11 +43,14 @@ repos:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
- repo: local
hooks:
- id: mypy
exclude: tests/
- id: mypy-local
name: run mypy with all dev dependencies present
entry: python -m mypy -p <MODULE_NAME>
language: system
always_run: true
pass_filenames: false
- repo: https://github.com/PrincetonUniversity/blocklint
rev: v0.2.5
hooks: