Commit 33717e5
Better error for
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 #17048
---------
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>mypy -p package without py.typed (#17908)1 parent eca206d commit 33717e5
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| |||
1413 | 1420 | | |
1414 | 1421 | | |
1415 | 1422 | | |
1416 | | - | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
1417 | 1432 | | |
1418 | 1433 | | |
1419 | 1434 | | |
| |||
0 commit comments