Feature
Have a way to pass the current directory to mypy. I can run mypy dir, but mypy . fails because . is not a valid Python package name.
Pitch
Would be very useful to have generic CI commands. I'm currently figuring out how I can pass the full path to the current directory in an OS-dependent manner. Other tools (flake8, black, ...) have no issue with "."
Feature
Have a way to pass the current directory to
mypy. I can runmypy dir, butmypy .fails because.is not a valid Python package name.Pitch
Would be very useful to have generic CI commands. I'm currently figuring out how I can pass the full path to the current directory in an OS-dependent manner. Other tools (flake8, black, ...) have no issue with "."