document F842

This commit is contained in:
anthony sottile 2026-04-05 14:42:35 -04:00
parent 9d75094913
commit 3113fc3ed6

View file

@ -111,6 +111,8 @@ generates its own :term:`error code`\ s for ``pyflakes``:
+------+---------------------------------------------------------------------+
| F841 | local variable ``name`` is assigned to but never used |
+------+---------------------------------------------------------------------+
| F842 | local variable ``name`` is annotated but never used |
+------+---------------------------------------------------------------------+
+------+---------------------------------------------------------------------+
| F901 | ``raise NotImplemented`` should be ``raise NotImplementedError`` |
+------+---------------------------------------------------------------------+