You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am checking my code with mypy and would like to ask that we somehow add support. When I run mypy on my filters I get the following message:
scripts/filters/util.py:7: error: Skipping analyzing "panflute": module is installed, but missing library stubs or py.typed marker [import-untyped]
This will not take much (so I suppose) and the work involved is pretty minimal.
Let me know if there are any issues with this and eventually I might get around to making a PR about it.
The text was updated successfully, but these errors were encountered:
Hi!
I am checking my code with
mypy
and would like to ask that we somehow add support. When I run mypy on my filters I get the following message:This will not take much (so I suppose) and the work involved is pretty minimal.
Let me know if there are any issues with this and eventually I might get around to making a PR about it.
The text was updated successfully, but these errors were encountered: