mypy icon indicating copy to clipboard operation
mypy copied to clipboard

dmypy check support -c flag

Open nathanpage-credo opened this issue 2 years ago • 0 comments

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"

nathanpage-credo avatar Jul 06 '23 21:07 nathanpage-credo