mypy
mypy copied to clipboard
dmypy check support -c flag
Feature
(A clear and concise description of your feature proposal.)
mypy supports a -c flag to pass in code to check by string. dmypy is missing this feature. This would help prevent creating temporary files to speed up checks.
Pitch Add in the same option for dmypy
dmypy check -c "a=2"