Skip to content

Commit

Permalink
specify dir to mypy --install-types
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Nov 30, 2023
1 parent 55a7240 commit 57d4420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
python -m pip install --upgrade pip
pip install mypy
- name: mypy --> Install stubs
run: mypy --install-types
run: mypy --install-types .
- name: mypy --> Static type checking
run: mypy --ignore-missing-imports --follow-imports=skip --exclude build .

0 comments on commit 57d4420

Please sign in to comment.