Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
I have
pyflakes2.2.0 Python 3.8.3 and for python code which imports typing it is reported as unused throughout the file even though#type:annotations exist. This only happens in python-mode and not when runningpyflakesdirectly against the file. Vim settingcommenstringis# %s.See also:
PEP 526 -- Syntax for Variable Annotations