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

Use official type annotations

Open BoboTiG opened this issue 7 years ago • 1 comments

Type annotations are stored in comments, but now that we dropped the Python 2.7 support, we can use them officially. It will fix flake8 issues on the CI in the same time.

We also should add MyPy to the CI in its own Tox testenv. It will be run after the lint one.

BoboTiG avatar Jan 31 '19 09:01 BoboTiG

It is not yet possible as we still support Python 3.5. Postponing.

BoboTiG avatar Feb 10 '19 16:02 BoboTiG

Done with be3fb7b427631ebac869888a7f5ff2bc15cb5aa0.

BoboTiG avatar Oct 27 '22 13:10 BoboTiG