Skip to content

Commit

Permalink
Better mypy commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Nov 17, 2023
1 parent c079b4b commit 288a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Run mypy
env:
PYTHONPATH: tests/project/:src/
run: mypy src
run: mypy --no-incremental --install-types --non-interactive src

0 comments on commit 288a7a2

Please sign in to comment.