Skip to content

Commit

Permalink
update mypy action
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 14, 2024
1 parent b36a9ba commit 41cb1bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: pip install mypy==1.10.0
- run: mypy --install-types --non-interactive
- uses: pdm-project/setup-pdm@v3
name: Install PDM
- run: pdm install
- run: pdm run mypy --install-types --non-interactive

0 comments on commit 41cb1bb

Please sign in to comment.