Skip to content

Commit

Permalink
Restore pylint concurrency (home-assistant#47221)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 1, 2021
1 parent 084cfa4 commit a2b1378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit a2b1378

Please sign in to comment.