mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +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:
|
except NotImplementedError:
|
||||||
auto = 1
|
auto = 1
|
||||||
parser.config_options.append('jobs')
|
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, "
|
help="number of jobs to run simultaneously, "
|
||||||
"or 'auto'")
|
"or 'auto'")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue