mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 06:14:17 +00:00
document F842
This commit is contained in:
parent
9d75094913
commit
3113fc3ed6
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ generates its own :term:`error code`\ s for ``pyflakes``:
|
||||||
+------+---------------------------------------------------------------------+
|
+------+---------------------------------------------------------------------+
|
||||||
| F841 | local variable ``name`` is assigned to but never used |
|
| 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`` |
|
| F901 | ``raise NotImplemented`` should be ``raise NotImplementedError`` |
|
||||||
+------+---------------------------------------------------------------------+
|
+------+---------------------------------------------------------------------+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue