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.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml
index 4f4e938c..7987928d 100644
--- a/.github/workflows/mypy.yaml
+++ b/.github/workflows/mypy.yaml
@@ -12,5 +12,8 @@ jobs:
- run: pip install fastapi pydantic
- 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 --strict --module archinstall || exit 0 \ No newline at end of file
+ run: mypy --follow-imports=skip archinstall/lib/menu/selection_menu.py