Commit 802266b
authored
fix: mark mypyc package with
mypyc is fully typed, so it'd be nice to get rid of mypy errors to do
with missing `py.typed` markers when writing `setup.py`s or similar.
```python
import mypyc # E: Skipping analyzing "mypyc": module is installed, but missing library stubs or py. typed marker [import-untyped]
```py.typed (#18253)1 parent 71ec4a6 commit 802266b
2 files changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Whitespace-only changes.
0 commit comments