diff options
author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-04-20 08:29:36 -0500 |
---|---|---|
committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-04-23 15:15:43 -0500 |
commit | bac13b8187e5f1d120ff692897b2ac539593ebb4 (patch) | |
tree | ebeeaf56451d98a195fe673b03c3a32302fa508f /docs | |
parent | eae54ff0e4c50ccc4507e95a2f8689fefb89e70e (diff) | |
download | pep8-bac13b8187e5f1d120ff692897b2ac539593ebb4.tar.gz |
Add W503 to default ignore list
Closes #498
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index e26daf7..2ce1eb6 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -392,7 +392,7 @@ This is the current list of error and warning codes: +------------+----------------------------------------------------------------------+ | **W5** | *Line break warning* | +------------+----------------------------------------------------------------------+ -| W503 | line break occurred before a binary operator | +| W503 (*) | line break occurred before a binary operator | +------------+----------------------------------------------------------------------+ +------------+----------------------------------------------------------------------+ | **W6** | *Deprecation warning* | |