diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 778ab8b0647..a8634be2d75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -688,14 +688,14 @@ jobs: run: | . venv/bin/activate python --version - pylint --ignore-missing-annotations=y homeassistant + pylint homeassistant - name: Run pylint (partially) if: needs.info.outputs.test_full_suite == 'false' shell: bash run: | . venv/bin/activate python --version - pylint --ignore-missing-annotations=y homeassistant/components/${{ needs.info.outputs.integrations_glob }} + pylint homeassistant/components/${{ needs.info.outputs.integrations_glob }} pylint-tests: name: Check pylint on tests