index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel <blackrabbit256@gmail.com> | 2022-04-22 21:24:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 13:24:12 +0200 |
commit | 477b5b120e120766d789a691fce60cec843aff43 (patch) | |
tree | d2580a7510c2c3ffff694d6145ee1b93c1fd6ea6 /.github | |
parent | 2529d6a5f59eb6a16f95bf9d1117a6033c527df9 (diff) |
-rw-r--r-- | .github/workflows/mypy.yaml | 3 |
diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index c13c0dd8..6fd0876f 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -13,5 +13,6 @@ jobs: - run: python --version - run: mypy --version # one day this will be enabled + # run: mypy --strict --module archinstall || exit 0 - name: run mypy - run: mypy --strict --module archinstall || exit 0 + run: mypy --follow-imports=skip archinstall/lib/menu/selection_menu.py archinstall/lib/models/network_configuration.py archinstall/lib/menu/list_manager.py archinstall/lib/user_interaction/network_conf.py |