mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Document F824
This commit is contained in:
parent
16f5f28a38
commit
5a40accb96
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ generates its own :term:`error code`\ s for ``pyflakes``:
|
|||
+------+---------------------------------------------------------------------+
|
||||
| F823 | local variable ``name`` ... referenced before assignment |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F824 | global variable ``name`` is unused: name is never assigned in scope |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F831 | duplicate argument ``name`` in function definition |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F841 | local variable ``name`` is assigned to but never used |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue