mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
document F824
This commit is contained in:
parent
16f5f28a38
commit
3613896bd9
1 changed files with 3 additions and 0 deletions
|
|
@ -102,6 +102,9 @@ generates its own :term:`error code`\ s for ``pyflakes``:
|
||||||
+------+---------------------------------------------------------------------+
|
+------+---------------------------------------------------------------------+
|
||||||
| F823 | local variable ``name`` ... referenced before assignment |
|
| F823 | local variable ``name`` ... referenced before assignment |
|
||||||
+------+---------------------------------------------------------------------+
|
+------+---------------------------------------------------------------------+
|
||||||
|
| F824 | ``global name`` / ``nonlocal name`` is unused: name is never |
|
||||||
|
| | assigned in scope |
|
||||||
|
+------+---------------------------------------------------------------------+
|
||||||
| F831 | duplicate argument ``name`` in function definition |
|
| F831 | duplicate argument ``name`` in function definition |
|
||||||
+------+---------------------------------------------------------------------+
|
+------+---------------------------------------------------------------------+
|
||||||
| F841 | local variable ``name`` is assigned to but never used |
|
| F841 | local variable ``name`` is assigned to but never used |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue