Mark package as typed #15

Open
opened 2025-01-13 08:50:07 +01:00 by maciek · 0 comments
Contributor

potodo appears not to be recognized by mypy as a typed library.

 % mypy generate.py --skip-cache                       
completion.py:7: error: Cannot find implementation or library stub for module named "potodo"  [import-not-found]
completion.py:7: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Found 1 error in 1 file (checked 1 source file)
`potodo` appears not to be recognized by `mypy` as a typed library. ```bash % mypy generate.py --skip-cache completion.py:7: error: Cannot find implementation or library stub for module named "potodo" [import-not-found] completion.py:7: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports Found 1 error in 1 file (checked 1 source file) ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AFPy/potodo#15
No description provided.