mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Fixed typo, thanks to Tiago Oliveira - fixes #36
This commit is contained in:
parent
982b089243
commit
110099b355
1 changed files with 1 additions and 1 deletions
|
|
@ -1882,7 +1882,7 @@ def process_options(arglist=None, parse_argv=False, config_file=None):
|
||||||
help="use exit code 0 (success), even if there are "
|
help="use exit code 0 (success), even if there are "
|
||||||
"warnings")
|
"warnings")
|
||||||
parser.add_option('--max-complexity', default=-1, action='store',
|
parser.add_option('--max-complexity', default=-1, action='store',
|
||||||
type='int', help="McCabe complexity treshold")
|
type='int', help="McCabe complexity threshold")
|
||||||
|
|
||||||
options, args = parser.parse_args(arglist)
|
options, args = parser.parse_args(arglist)
|
||||||
options.reporter = None
|
options.reporter = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue