Skip to content

Commit 93209d1

Browse files
committed
Updated text list of "ignored by default" codes
1 parent 6dd7745 commit 93209d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ This is the current list of error and warning codes:
408408

409409

410410
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,
411-
**E133**, **E226**, **E241**, **E242** and **E704** are ignored because they
412-
are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
411+
**E133**, **E226**, **E241**, **E242**, **E704** and **W503** are ignored because
412+
they are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
413413
check **E133** is mutually exclusive with check **E123**. Use switch ``--hang-
414414
closing`` to report **E133** instead of **E123**.
415415

0 commit comments

Comments
 (0)