Skip to content

Commit 11ba4cc

Browse files
Toshiki Hiraosigmavirus24
authored andcommitted
Add explanation about the default configuration
Closes gh-685
1 parent 17baca4 commit 11ba4cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/intro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ This is the current list of error and warning codes:
426426
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,
427427
**E133**, **E226**, **E241**, **E242**, **E704**, **W503** and **W504** are ignored
428428
because they are not rules unanimously accepted, and `PEP 8`_ does not enforce them.
429+
Please note that if the option **--ignore=errors** is used,
430+
the default configuration will be overridden and ignore only the check(s) you skip.
429431
The check **W503** is mutually exclusive with check **W504**.
430432
The check **E133** is mutually exclusive with check **E123**. Use switch
431433
``--hang-closing`` to report **E133** instead of **E123**.

0 commit comments

Comments
 (0)