comet-ml / issue-tracking

Questions, Help, and Issues for Comet ML
https://www.comet.ml
85 stars 7 forks source link

Mypy static checking import fails #378

Closed Vozf closed 10 months ago

Vozf commented 4 years ago

When using mypy checker for import of comet ml it fails with

/config.py:4: error: Skipping analyzing 'comet_ml': found module but no type hints or library stubs

Your code has type hints so this is probabably due to missing py.typed file

dsblank commented 4 years ago

@Vozf Thanks for the report! How are you running mypy?

Vozf commented 4 years ago

mypy . :)

dsblank commented 4 years ago

We've added this to our list; item number CH10528.

dsblank commented 11 months ago

We've (and will continue to) add mypy support to comet_ml. Should work much better these days.