Reverted mypy runner changes

This commit is contained in:
Anton Hvornum 2022-03-29 10:35:18 +02:00
parent c241d96982
commit 7f0ccbe87e
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,5 @@ jobs:
- run: python --version
- run: mypy --version
# one day this will be enabled
# - name: run mypy
# run: mypy --strict --module archinstall || exit 0
- name: run mypy
run: mypy --follow-imports=skip archinstall/lib/menu/selection_menu.py
run: mypy --strict --module archinstall || exit 0