We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c241d96 commit 7f0ccbeCopy full SHA for 7f0ccbe
.github/workflows/mypy.yaml
@@ -13,7 +13,5 @@ jobs:
13
- run: python --version
14
- run: mypy --version
15
# one day this will be enabled
16
-# - name: run mypy
17
-# run: mypy --strict --module archinstall || exit 0
18
- name: run mypy
19
- run: mypy --follow-imports=skip archinstall/lib/menu/selection_menu.py
+ run: mypy --strict --module archinstall || exit 0
0 commit comments