Skip to content

Commit

Permalink
Remove mypy config override
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbundy committed Jun 26, 2022
1 parent a7d34e2 commit 7f26359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pip install -r ./requirements.txt
- name: Run tests
run: pytest --mypy-ini-file=mypy.ini
run: pytest

typecheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7f26359

Please sign in to comment.