How to setup properly for mypy #895
Unanswered
kunaltyagi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
On the plugin you can exclude certain paths |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With this mypy config, using
hatch run lint:typing
gives an error regarding missing imports from my_module. I have to use the following to get around the errors:I'm sure this is not the right way to do things (since I also get the missing import errors during
hatch build
thanks to mypyc). What is missing from my setup?Beta Was this translation helpful? Give feedback.
All reactions