upgrade pyflakes to 3.1.x

This commit is contained in:
Anthony Sottile 2023-07-29 13:03:38 -04:00
parent b3cee18653
commit 5bd63bc552
3 changed files with 1 additions and 4 deletions

View file

@ -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 |