mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
pyflakes ImportStarUsage => flake8 405 patch
This commit is contained in:
parent
62a7cca512
commit
9e2e419875
3 changed files with 8 additions and 4 deletions
|
|
@ -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`` |
|
||||
+------+--------------------------------------------------------------------+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue