Skip to content

Commit

Permalink
remove mypy checks
Browse files Browse the repository at this point in the history
toga type hints do not yet allow for reliable type hints
  • Loading branch information
samschott committed Mar 15, 2024
1 parent 35d57d4 commit d5c290d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ jobs:
run: black . --check --diff
- name: flake8
run: flake8 .
- name: mypy
run: mypy

0 comments on commit d5c290d

Please sign in to comment.