Skip to content

Commit

Permalink
disable mypy on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jun 7, 2023
1 parent cd3e744 commit 670a891
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ jobs:
- uses: actions/setup-python@v4
- run: pip install flake8
- run: flake8

mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install mypy
- run: mypy .

0 comments on commit 670a891

Please sign in to comment.