mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Run pylint parallel (#27919)
This commit is contained in:
parent
1f96a7becf
commit
1c0814d6f6
@ -167,7 +167,7 @@ stages:
|
||||
displayName: 'Install Home Assistant'
|
||||
- script: |
|
||||
. venv/bin/activate
|
||||
pylint homeassistant
|
||||
pylint -j 2 homeassistant
|
||||
displayName: 'Run pylint'
|
||||
- job: 'Mypy'
|
||||
pool:
|
||||
|
Loading…
x
Reference in New Issue
Block a user