question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flake8 rule 'E999' reported an invalid point

See original GitHub issue

Flake8 reported an invalid point for the rule E999, with the messge SyntaxError: invalid syntax.

Debug information: Atom version: 1.12.5 Flake8 version: 3.0.4 (pycodestyle: 2.0.0, pyflakes: 1.2.3, mccabe: 0.5.2) CPython 2.7.11 on Darwin

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
djordoncommented, Dec 8, 2016

Thanks @Arcanemagus

0reactions
djordoncommented, Dec 8, 2016

I see. When I originally updated linter-flake8 the issue went away and I couldn’t reproduce it for some time but it come back. I updated flake8 and this issue hasn’t resurfaced since.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flake8 rule 'E999' reported an invalid point · Issue #698 - GitHub
Flake8 reported an invalid point for the rule E999 , with the messge SyntaxError: invalid syntax . from sys import argv. Debug information:...
Read more >
Developers - Flake8 rule 'E999' reported an invalid point -
Flake8 reported an invalid point for the rule E999 , with the messge SyntaxError: invalid syntax . Debug information: Atom version: 1.28.2
Read more >
flake8 Documentation - Read the Docs
We report E999 when we fail to compile a file into an Abstract ... entry point prefix, i.e., ABC is better than A...
Read more >
Flake8 Error E901 - ADocLib
Flake8 reported an invalid point for the rule E999 with the messge SyntaxError: unexpected EOF while parsing.from linkedlist import LinkedList class.
Read more >
SyntaxError (E999) - Flake8 Rules
E999 is reported in the case of failure to compile a file into an Abstract Syntax Tree for the plugins that require it....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found