Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/mypy.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml
index 7987928d..c13c0dd8 100644
--- a/.github/workflows/mypy.yaml
+++ b/.github/workflows/mypy.yaml
@@ -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