Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/mypy.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mypy.yaml')
-rw-r--r--.github/workflows/mypy.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml
index c13c0dd8..6fd0876f 100644
--- a/.github/workflows/mypy.yaml
+++ b/.github/workflows/mypy.yaml
@@ -13,5 +13,6 @@ jobs:
- run: python --version
- run: mypy --version
# one day this will be enabled
+ # run: mypy --strict --module archinstall || exit 0
- name: run mypy
- run: mypy --strict --module archinstall || exit 0
+ run: mypy --follow-imports=skip archinstall/lib/menu/selection_menu.py archinstall/lib/models/network_configuration.py archinstall/lib/menu/list_manager.py archinstall/lib/user_interaction/network_conf.py