Skip to content

Commit

Permalink
run mypy on 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jan 6, 2024
1 parent a7f2827 commit 0699e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
python-version: "3.8"
- run: pip install mypy==1.8.0
- run: mypy --install-types --non-interactive

0 comments on commit 0699e7e

Please sign in to comment.