Merge branch '405-ImportStarUsage' into 'master'

pyflakes ImportStarUsage => flake8 405 patch



See merge request !56
This commit is contained in:
Ian Cordasco 2016-06-15 11:32:04 +00:00
commit d425c246d0
3 changed files with 8 additions and 4 deletions

View file

@ -34,6 +34,8 @@ PyFlakes messages to add the following codes:
+------+--------------------------------------------------------------------+
| F404 | future import(s) ``name`` after other statements |
+------+--------------------------------------------------------------------+
| F405 | ``name`` may be undefined, or defined from star imports: ``module``|
+------+--------------------------------------------------------------------+
+------+--------------------------------------------------------------------+
| F811 | redefinition of unused ``name`` from line ``N`` |
+------+--------------------------------------------------------------------+