Skip to content

Commit

Permalink
Reverted mypy runner changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Mar 29, 2022
1 parent c241d96 commit 7f0ccbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f0ccbe

Please sign in to comment.