Enable pylint on tests (#119279)

* Enable pylint on tests

* Remove jobs==1
This commit is contained in:
epenet
2024-06-20 16:02:49 +02:00
committed by GitHub
parent 7c5fcec062
commit 325a49e8ff
3 changed files with 46 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ repos:
entry: script/run-in-env.sh pylint -j 0 --ignore-missing-annotations=y
language: script
types_or: [python, pyi]
files: ^homeassistant/.+\.(py|pyi)$
files: ^(homeassistant|tests)/.+\.(py|pyi)$
- id: gen_requirements_all
name: gen_requirements_all
entry: script/run-in-env.sh python3 -m script.gen_requirements_all