Run pylint parallel (#27919)
This commit is contained in:
parent
1f96a7becf
commit
1c0814d6f6
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ stages:
|
||||||
displayName: 'Install Home Assistant'
|
displayName: 'Install Home Assistant'
|
||||||
- script: |
|
- script: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pylint homeassistant
|
pylint -j 2 homeassistant
|
||||||
displayName: 'Run pylint'
|
displayName: 'Run pylint'
|
||||||
- job: 'Mypy'
|
- job: 'Mypy'
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue