@@ -228,7 +228,7 @@ This is the current list of error and warning codes:
228
228
| E116 | unexpected indentation (comment) |
229
229
+----------+----------------------------------------------------------------------+
230
230
+----------+----------------------------------------------------------------------+
231
- | E121 (^) | continuation line under-indented for hanging indent |
231
+ | E121 (* ^) | continuation line under-indented for hanging indent |
232
232
+----------+----------------------------------------------------------------------+
233
233
| E122 (^) | continuation line missing indentation or outdented |
234
234
+----------+----------------------------------------------------------------------+
@@ -238,7 +238,7 @@ This is the current list of error and warning codes:
238
238
+----------+----------------------------------------------------------------------+
239
239
| E125 (^) | continuation line with same indent as next logical line |
240
240
+----------+----------------------------------------------------------------------+
241
- | E126 (^) | continuation line over-indented for hanging indent |
241
+ | E126 (* ^) | continuation line over-indented for hanging indent |
242
242
+----------+----------------------------------------------------------------------+
243
243
| E127 (^) | continuation line over-indented for visual indent |
244
244
+----------+----------------------------------------------------------------------+
@@ -395,11 +395,11 @@ This is the current list of error and warning codes:
395
395
+----------+----------------------------------------------------------------------+
396
396
397
397
398
- **(*) ** In the default configuration, the checks **E123 **, **E133 **, **E226 **,
399
- **E241 **, **E242 ** and **E704 ** are ignored because they are not rules unanimously
400
- accepted, and `PEP 8 `_ does not enforce them. The check ** E133 ** is mutually
401
- exclusive with check **E123 **. Use switch ``--hang-closing `` to report ** E133 **
402
- instead of **E123 **.
398
+ **(*) ** In the default configuration, the checks **E121 **, **E123 **, **E126 **,
399
+ **E133 **, ** E226 **, ** E241 **, **E242 ** and **E704 ** are ignored because they
400
+ are not rules unanimously accepted, and `PEP 8 `_ does not enforce them. The
401
+ check ** E133 ** is mutually exclusive with check **E123 **. Use switch ``--hang-
402
+ closing `` to report ** E133 ** instead of **E123 **.
403
403
404
404
**(^) ** These checks can be disabled at the line level using the ``# noqa ``
405
405
special comment. This possibility should be reserved for special cases.
@@ -420,7 +420,7 @@ Related tools
420
420
The `flake8 checker <https://flake8.readthedocs.org >`_ is a wrapper around
421
421
``pep8 `` and similar tools. It supports plugins.
422
422
423
- Other tools which use ``pep8 `` are referenced in the Wiki: `list of related tools
424
- <https://github.com/jcrocholl/pep8/wiki/RelatedTools> `_.
423
+ Other tools which use ``pep8 `` are referenced in the Wiki: `list of related
424
+ tools <https://github.com/jcrocholl/pep8/wiki/RelatedTools> `_.
425
425
426
426
.. _PEP 8 : http://www.python.org/dev/peps/pep-0008/
0 commit comments