Add mypy checks to pylint plugins (#72821)
This commit is contained in:
parent
d1a8f1ae40
commit
fe5fe148fa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -689,7 +689,7 @@ jobs:
|
|||
run: |
|
||||
. venv/bin/activate
|
||||
python --version
|
||||
mypy homeassistant
|
||||
mypy homeassistant pylint
|
||||
- name: Run mypy (partially)
|
||||
if: needs.changes.outputs.test_full_suite == 'false'
|
||||
shell: bash
|
||||
|
|
|
@ -93,7 +93,7 @@ repos:
|
|||
language: script
|
||||
types: [python]
|
||||
require_serial: true
|
||||
files: ^homeassistant/.+\.py$
|
||||
files: ^(homeassistant|pylint)/.+\.py$
|
||||
- id: pylint
|
||||
name: pylint
|
||||
entry: script/run-in-env.sh pylint -j 0
|
||||
|
|
Loading…
Add table
Reference in a new issue