We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d75094 + 3113fc3 commit 813689bCopy full SHA for 813689b
1 file changed
docs/source/user/error-codes.rst
@@ -111,6 +111,8 @@ generates its own :term:`error code`\ s for ``pyflakes``:
111
+------+---------------------------------------------------------------------+
112
| F841 | local variable ``name`` is assigned to but never used |
113
114
+| F842 | local variable ``name`` is annotated but never used |
115
++------+---------------------------------------------------------------------+
116
117
| F901 | ``raise NotImplemented`` should be ``raise NotImplementedError`` |
118
0 commit comments