mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Run pylint parallel (#27919)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user