mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 11:16:54 +00:00
Note about error behaviour depending on Python version, e.g. F812
This commit is contained in:
parent
5218099504
commit
180196f281
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ generates its own :term:`error code`\ s for ``pyflakes``:
|
|||
| F841 | local variable ``name`` is assigned to but never used |
|
||||
+------+---------------------------------------------------------------------+
|
||||
|
||||
Note that some of these entries behave differently on Python 2 and Python 3,
|
||||
for example F812 is specific to Python 2 only.
|
||||
|
||||
We also report one extra error: ``E999``. We report ``E999`` when we fail to
|
||||
compile a file into an Abstract Syntax Tree for the plugins that require it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue