You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Just as an FYI, as part of the ES2017 re-write I'm working on I'm investigating this. I'm still not sure whether I want to keep the mass of code that is the "position fixing" and get it working properly, or just go back to the incorrect results from flake8...
Fixed in #255. Although the specs don't show it, it does work with that syntax, it's just that the hacking module forces an older version of flake8 that only marks the alias.
Versions
3.0.4 (flake8-docstrings: 1.0.2, pydocstyle: 1.0.0, pycodestyle: 2.0.0, mccabe: 0.5.2, pyflakes: 1.2.3) CPython 3.5.1 on Darwin
1.13.4
Code to reproduce
Reported error
F401 — 'sys.path as sys_path' imported but unused at line 5 col 1 in test.py
Expected error
F401 — 'sys.path as sys_path' imported but unused at line 1 col 17 in test.py
With the whole of
path as sys_path
underlined.The text was updated successfully, but these errors were encountered: