diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-03-29 17:29:36 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-03-30 17:37:12 -0700 |
| commit | 8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40 (patch) | |
| tree | 6da61e3c11fb0701367c2e280c35fbd461bea408 /docs/source/user/error-codes.rst | |
| parent | 55f29c636f8eb80ec6544169c59ff3ab7733d1a1 (diff) | |
| download | flake8-8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40.tar.gz | |
some manual python2 metadata cleanup
Diffstat (limited to 'docs/source/user/error-codes.rst')
| -rw-r--r-- | docs/source/user/error-codes.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/source/user/error-codes.rst b/docs/source/user/error-codes.rst index e74675f..9eab3f7 100644 --- a/docs/source/user/error-codes.rst +++ b/docs/source/user/error-codes.rst @@ -100,8 +100,6 @@ generates its own :term:`error code`\ s for ``pyflakes``: +------+---------------------------------------------------------------------+ | F811 | redefinition of unused ``name`` from line ``N`` | +------+---------------------------------------------------------------------+ -| F812 | list comprehension redefines ``name`` from line ``N`` | -+------+---------------------------------------------------------------------+ | F821 | undefined name ``name`` | +------+---------------------------------------------------------------------+ | F822 | undefined name ``name`` in ``__all__`` | @@ -116,9 +114,6 @@ generates its own :term:`error code`\ s for ``pyflakes``: | F901 | ``raise NotImplemented`` should be ``raise NotImplementedError`` | +------+---------------------------------------------------------------------+ -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. |
