We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc57ff0 commit 96ddf8cCopy full SHA for 96ddf8c
pep8.py
@@ -1866,7 +1866,8 @@ def get_parser(prog='pep8', version=__version__):
1866
parser.add_option('--select', metavar='errors', default='',
1867
help="select errors and warnings (e.g. E,W6)")
1868
parser.add_option('--ignore', metavar='errors', default='',
1869
- help="skip errors and warnings (e.g. E4,W)")
+ help="skip errors and warnings (e.g. E4,W) "
1870
+ "(default: %s)" % DEFAULT_IGNORE)
1871
parser.add_option('--show-source', action='store_true',
1872
help="show source code for each error")
1873
parser.add_option('--show-pep8', action='store_true',
0 commit comments