mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 03:56:52 +00:00
Merge branch 'patch-1' into 'master'
Note about error behaviour depending on Python version, e.g. F812 See merge request !180
This commit is contained in:
commit
0e9bbab551
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