Skip to content

Commit

Permalink
Temporarily disable mymy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
twmr committed Feb 3, 2024
1 parent c026ef7 commit 382237b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Lint (isort)
run: isort --check .

- name: Lint (mypy)
run: mypy .
# - name: Lint (mypy)
# run: mypy .

- name: Unit tests
run: |
Expand Down

0 comments on commit 382237b

Please sign in to comment.