mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Drop ignore-missing-annotations from pylint
This commit is contained in:
parent
4450f919c3
commit
d963fd8896
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user