pyflakes ImportStarUsage => flake8 405 patch

This commit is contained in:
Chris Meyers 2016-03-02 09:23:27 -05:00
parent 62a7cca512
commit 9e2e419875
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`` |
+------+--------------------------------------------------------------------+