Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-03-29 10:35:18 +0200
committerAnton Hvornum <anton@hvornum.se>2022-03-29 10:35:18 +0200
commit7f0ccbe87ed64dc25a2948579b332e1a7b6b0403 (patch)
tree9332d8e2ce91b6d7cc16fed0d2780c8b4fcba2c1 /.github
parentc241d969821285a6f410153c10e39a2924a4c811 (diff)
Reverted mypy runner changes
Diffstat (limited to '.github')
-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