mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Enable pylint on tests (#119279)
* Enable pylint on tests * Remove jobs==1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user