Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake8 crashes when any undefined token ends in dot (.), an incomplete attribute #96

Open
PorcelainMouse opened this issue Jan 6, 2022 · 0 comments

Comments

@PorcelainMouse
Copy link

MWE

if __name__ == "__main__":
    foo.

I know this doesn't seem like it would occur very often, but it seems to happen to me lot. It's something about trying to get completion to work, and when that fails, I usually have to stop and do some thinking or research, and while I'm doing that, my DE checks what I wrote and, bingo, I get this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant