Closed MrYann closed 7 years ago
Please update your flake8
version (pip install -U flake8
). This particular error should be fixed in flake8>=3.2.1
.
Blazing fast reaction : ) Bravo. I merely reported the issue because flake8 told me to himself.
However, I use the conda python distribution where flake8 version 2.5.1 is the latest available. So I guess I will leave it at that.
Thanx again.
Yea, being stuck on old versions is one of the main reasons that was moved from a giant red error box in Atom to a "regular" linter message: So the information is still presented to the user, but if nothing can be done about it then at worst it is no more intrusive than a regular message.
Thanks for taking the time to report it!
Flake8 reported an invalid point for the rule
E901
, with the messgeSyntaxError: invalid syntax
.Debug information: Atom version: 1.12.6 Flake8 version:
2.5.1 (pep8: 1.7.0, pyflakes: 1.3.0, mccabe: 0.3.1) CPython 3.5.2 on Darwin