-
Notifications
You must be signed in to change notification settings - Fork 38
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
Teach pyflakes about simplates #546
Comments
Undefined variables could be dealt with in #30. Otherwise this should be ticketed over in PyFlakes, no? |
#30 is primarily about implicit versus explicit, the latter would make it easier to detect undefined variables, but actually implementing that (via pyflakes or otherwise) is a separate issue.
Yes, but I think it also belongs here (actually, in the soon-to-be |
Okay, labeling this one |
(thence to |
To prevent all the errors that pyflakes detects, such as undefined variables. This is potentially a hard thing to implement though.
The text was updated successfully, but these errors were encountered: