python-fluent icon indicating copy to clipboard operation
python-fluent copied to clipboard

Add type hinting

Open sandalwoodbox opened this issue 4 years ago • 1 comments

Currently, mypy checking of my python code fails with:

 error: Skipping analyzing 'fluent.runtime': found module but no type hints or library stubs

I'll just ignore the error for now but it would be nice to have type hint support. It looks like this is blocked by https://github.com/projectfluent/python-fluent/issues/162.

sandalwoodbox avatar Apr 05 '21 14:04 sandalwoodbox

Also a port of https://github.com/projectfluent/fluent.js/issues/524, I'd say.

Pike avatar Apr 05 '21 14:04 Pike