mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-17 17:39:53 +00:00
Add documentation for E999
This commit is contained in:
parent
b924191b3b
commit
878bab7ed1
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ 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 |
|
||||||
+------+---------------------------------------------------------------------+
|
+------+---------------------------------------------------------------------+
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
``mccabe`` only ever reports one :term:`violation` - ``C901`` based on the
|
``mccabe`` only ever reports one :term:`violation` - ``C901`` based on the
|
||||||
complexity value provided by the user.
|
complexity value provided by the user.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue