1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-29 11:45:35 +01:00

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
2 changed files with 2 additions and 2 deletions
+1 -1
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