diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8717a7c..6400908 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,3 +26,10 @@ repos: require_serial: true language: unsupported types: [python] + + - id: local-mypy + name: mypy check + entry: uv run mypy src + require_serial: true + language: unsupported + pass_filenames: false