Add mypy checks to pylint plugins (#72821)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user