Skip to content

Commit

Permalink
workflows: fix mypy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 8, 2025
1 parent 4b4dc02 commit 79b9dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- name: Check types with mypy
run: |
source .venv/bin/activate
mypy .
mypy --version
mypy --python-version 3.11 umu

0 comments on commit 79b9dc0

Please sign in to comment.