mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +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: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
pylint --ignore-missing-annotations=y homeassistant
|
pylint homeassistant
|
||||||
- name: Run pylint (partially)
|
- name: Run pylint (partially)
|
||||||
if: needs.info.outputs.test_full_suite == 'false'
|
if: needs.info.outputs.test_full_suite == 'false'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
pylint --ignore-missing-annotations=y homeassistant/components/${{ needs.info.outputs.integrations_glob }}
|
pylint homeassistant/components/${{ needs.info.outputs.integrations_glob }}
|
||||||
|
|
||||||
pylint-tests:
|
pylint-tests:
|
||||||
name: Check pylint on tests
|
name: Check pylint on tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user