pyflakes icon indicating copy to clipboard operation
pyflakes copied to clipboard

Global variables must be assigned to be used

Open dannysepler opened this issue 3 years ago • 1 comments

Closes #590. This also adds a new NoBindingForNonlocal error

I'm pretty new to pyflakes so just let me know if I messed something up

dannysepler avatar Dec 24 '21 17:12 dannysepler

pyflakes is treating nonlocal the same as globals at the moment, this is starting to fork the two! it doesn't solve https://github.com/PyCQA/pyflakes/issues/249 or https://github.com/PyCQA/pyflakes/issues/461 yet, but at least it opens us up to solving it later?

dannysepler avatar Oct 06 '22 04:10 dannysepler