diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c48ac076b378c7..09ac9423479404 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -95,6 +95,12 @@ repos: types: [python] require_serial: true files: ^homeassistant/.+\.py$ + - id: pylint + name: pylint + entry: script/run-in-env.sh pylint -j 0 + language: script + types: [python] + files: ^homeassistant/.+\.py$ - id: gen_requirements_all name: gen_requirements_all entry: script/run-in-env.sh python3 -m script.gen_requirements_all