Skip to content

Commit

Permalink
turn off mypy type checking in run checks :see-no-evil:
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Oct 17, 2024
1 parent 100253a commit b148118
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pythonapp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
- name: lint
run: |
ruff check .
- name: type check
run: |
mypy .
- name: run tests
run: |
pytest
Expand Down

0 comments on commit b148118

Please sign in to comment.