mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Actually enable auto job configuration by default
This commit is contained in:
parent
4053bb842a
commit
dec58991d6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def get_parser():
|
|||
except NotImplementedError:
|
||||
auto = 1
|
||||
parser.config_options.append('jobs')
|
||||
parser.add_option('-j', '--jobs', type='string', default='',
|
||||
parser.add_option('-j', '--jobs', type='string', default='auto',
|
||||
help="number of jobs to run simultaneously, "
|
||||
"or 'auto'")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue