Skip to content

Commit

Permalink
Allow incremental mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Nov 17, 2023
1 parent 288a7a2 commit 3e92e0e
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 --no-incremental --install-types --non-interactive src
run: mypy --install-types --non-interactive src

0 comments on commit 3e92e0e

Please sign in to comment.