Skip to content

Commit 3113fc3

Browse files
committed
document F842
1 parent 9d75094 commit 3113fc3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/user/error-codes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ generates its own :term:`error code`\ s for ``pyflakes``:
111111
+------+---------------------------------------------------------------------+
112112
| F841 | local variable ``name`` is assigned to but never used |
113113
+------+---------------------------------------------------------------------+
114+
| F842 | local variable ``name`` is annotated but never used |
115+
+------+---------------------------------------------------------------------+
114116
+------+---------------------------------------------------------------------+
115117
| F901 | ``raise NotImplemented`` should be ``raise NotImplementedError`` |
116118
+------+---------------------------------------------------------------------+

0 commit comments

Comments
 (0)