diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 656b75eb054..f93bb7f29a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -741,14 +741,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