Add mypy checks to pylint plugins (#72821)

This commit is contained in:
epenet 2022-06-02 00:06:19 +02:00 committed by GitHub
parent d1a8f1ae40
commit fe5fe148fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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