-
Notifications
You must be signed in to change notification settings - Fork 749
Description
Which errors codes are ignored by default? The docs seem to be inconsistent.
The end of https://github.com/pycqa/pep8/blob/master/docs/intro.rst#configuration suggests that the error codes that are ignored by default are E123, E133, E226, E241, and E242: "If the ignore option is not in the configuration and not in the arguments, only the error codes E123/E133, E226 and E241/E242 are ignored..."
However, the end of https://github.com/pycqa/pep8/blob/master/docs/intro.rst#error-codes suggests that the error codes that are ignored by default are E121, E123, E126, E133, E226, E241, E242 and E704: "In the default configuration, the checks E121, E123, E126, E133, E226, E241, E242 and E704 are ignored because they are not rules unanimously accepted, and PEP 8 does not enforce them."