mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 23:04:18 +00:00
commit
813689bf0d
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