eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

changeset 7639
422fd05e9c91
parent 7617
a0e162a50ad7
child 7923
91e843545d9a
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
277 - Warn instead of error on non-existant file paths. 277 - Warn instead of error on non-existant file paths.
278 - Check for __future__ imports after other statements. 278 - Check for __future__ imports after other statements.
279 - Add reporting for some types of import shadowing. 279 - Add reporting for some types of import shadowing.
280 - Improve reporting of unbound locals 280 - Improve reporting of unbound locals
281 """ 281 """
282
283 #
284 # eflag: noqa = M702

eric ide

mercurial