Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error for
mypy -p package
without py.typed (python#17908)
Improve the error message when running `mypy -p packagename` with a package that doesn't have py.typed set. > package 'example' is skipping due to missing py.typed marker. See https://mypy.readthedocs.io/en/stable/installed_packages.html for more details Fix python#17048 --------- Co-authored-by: Shantanu <[email protected]>
- Loading branch information