Skip to content

Commit

Permalink
ci: install mypy types non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Jul 26, 2024
1 parent 2bdbd5c commit a5f471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pip install mypy

- name: Install mypy types
run: mypy ./inventory_tools/. --install-types
run: mypy ./inventory_tools/. --install-types --non-interactive

- name: Run mypy
uses: sasanquaneuf/mypy-github-action@releases/v1
Expand Down

0 comments on commit a5f471c

Please sign in to comment.