Closed
Description
when configuring pre-commit mypy to run with types-protobuf
, for example:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies:
- types-protobuf
it fails with the following:
mypy.....................................................................Failed
- hook id: mypy
- exit code: 2
mypy: can't read file '/home/runner/.cache/pre-commit/repoem44ysms/py_env-python3.10/lib/python3.10/site-packages//google': No such file or directory
i suspect its related to #11249, but not sure - @AlexWaygood @hauntsaninja i would appreciate your insights here
Metadata
Metadata
Assignees
Labels
No labels