Skip to content

Commit

Permalink
workflows: set python 3.11 for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 29, 2024
1 parent e75eb28 commit b60384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Check types with mypy
run: |
source .venv/bin/activate
mypy .
mypy --python-version 3.11 .

0 comments on commit b60384d

Please sign in to comment.