Skip to content

Commit

Permalink
pass non-interactive to mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-upstash committed Jan 25, 2024
1 parent a5093cc commit 620d64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Run mypy
run: |
poetry run mypy --show-error-codes --install-types .
poetry run mypy --show-error-codes --install-types --non-interactive .
- name: Run ruff
run: |
Expand Down

0 comments on commit 620d64e

Please sign in to comment.