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

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