mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
upgrade pyflakes to 3.1.x
This commit is contained in:
parent
b3cee18653
commit
5bd63bc552
3 changed files with 1 additions and 4 deletions
|
|
@ -81,8 +81,6 @@ generates its own :term:`error code`\ s for ``pyflakes``:
|
|||
+------+---------------------------------------------------------------------+
|
||||
| F702 | a ``continue`` statement outside of a ``while`` or ``for`` loop |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F703 | a ``continue`` statement in a ``finally`` block in a loop |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F704 | a ``yield`` or ``yield from`` statement outside of a function |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F706 | a ``return`` statement outside of a function/method |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue