Drop ignore-missing-annotations from pylint tests (#120302)

This commit is contained in:
epenet 2024-08-22 15:13:00 +02:00 committed by GitHub
parent 403db6277f
commit 1bc0ec201a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -716,14 +716,14 @@ jobs:
run: |
. venv/bin/activate
python --version
pylint --ignore-missing-annotations=y tests
pylint tests
- 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 tests/components/${{ needs.info.outputs.tests_glob }}
pylint tests/components/${{ needs.info.outputs.tests_glob }}
mypy:
name: Check mypy