Restore pylint concurrency (#47221)

pull/47227/head
Franck Nijhof 2021-03-01 13:40:46 +01:00 committed by GitHub
parent 084cfa4a1d
commit a2b13785c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ ignore = [
]
# Use a conservative default here; 2 should speed up most setups and not hurt
# any too bad. Override on command line as appropriate.
# Disabled for now: https://github.com/PyCQA/pylint/issues/3584
#jobs = 2
jobs = 2
load-plugins = [
"pylint_strict_informational",
]