Skip to content
Snippets Groups Projects
Commit f810ae19 authored by Ian Lee's avatar Ian Lee Committed by GitHub
Browse files

Merge pull request #699 from Wilfred/patch-1

Fix space in flag name
parents 8e399cf6 331fc851
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -422,8 +422,8 @@ This is the current list of error and warning codes:
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,
**E133**, **E226**, **E241**, **E242**, **E704** and **W503** are ignored because
they are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
check **E133** is mutually exclusive with check **E123**. Use switch ``--hang-
closing`` to report **E133** instead of **E123**.
check **E133** is mutually exclusive with check **E123**. Use switch
``--hang-closing`` to report **E133** instead of **E123**.
 
**(^)** These checks can be disabled at the line level using the ``# noqa``
special comment. This possibility should be reserved for special cases.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment