mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 21:44:18 +00:00
upgrade pyflakes to 2.5.x
This commit is contained in:
parent
e406f30e23
commit
b9e0c6eb50
4 changed files with 2 additions and 9 deletions
|
|
@ -85,8 +85,6 @@ generates its own :term:`error code`\ s for ``pyflakes``:
|
|||
+------+---------------------------------------------------------------------+
|
||||
| F704 | a ``yield`` or ``yield from`` statement outside of a function |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F705 | a ``return`` statement with arguments inside a generator |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F706 | a ``return`` statement outside of a function/method |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F707 | an ``except:`` block as not the last exception handler |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue