Skip to content

Commit

Permalink
Update mypy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkaplan authored Feb 16, 2023
1 parent b54c624 commit 30f6e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
poetry install
- name: Test typing with mypy
run: |
poetry run mypy .
poetry run mypy --cache-dir=/dev/null .

0 comments on commit 30f6e43

Please sign in to comment.