blueoil icon indicating copy to clipboard operation
blueoil copied to clipboard

Add type annotation to Python scripts.

Open lm-noshiro opened this issue 4 years ago • 1 comments

Todo: Add enhancement label.

lm-noshiro avatar May 27 '20 05:05 lm-noshiro

Depending on your Python version, this may be difficult as some type hints are not available. (I looked at the docs but didn't specify the version of Python supported by Blueoil.)

If you do, I think it's best to create a stub file. https://mypy.readthedocs.io/en/stable/stubs.html

odoku avatar May 27 '20 08:05 odoku