index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-03-29 10:35:18 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2022-03-29 10:35:18 +0200 |
commit | 7f0ccbe87ed64dc25a2948579b332e1a7b6b0403 (patch) | |
tree | 9332d8e2ce91b6d7cc16fed0d2780c8b4fcba2c1 /.github | |
parent | c241d969821285a6f410153c10e39a2924a4c811 (diff) |
-rw-r--r-- | .github/workflows/mypy.yaml | 4 |
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 |