Skip to content

Commit 7f0ccbe

Browse files
committed
Reverted mypy runner changes
1 parent c241d96 commit 7f0ccbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/mypy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313
- run: python --version
1414
- run: mypy --version
1515
# one day this will be enabled
16-
# - name: run mypy
17-
# run: mypy --strict --module archinstall || exit 0
1816
- name: run mypy
19-
run: mypy --follow-imports=skip archinstall/lib/menu/selection_menu.py
17+
run: mypy --strict --module archinstall || exit 0

0 commit comments

Comments
 (0)