Skip to content

Commit

Permalink
propagate change to stubs install
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 17, 2024
1 parent 7d53947 commit d203a09
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 @@ -53,7 +53,7 @@ jobs:
pip install mypy
# Start by installing type stubs
- name: mypy --> Install stubs
run: echo -e "y" | mypy --install-types **/*.py || exit 0
run: echo -e "y" | mypy --install-types . || exit 0
- name: mypy --> Static type checking
# Configured in pyprojet.toml
run: mypy .
Expand Down

0 comments on commit d203a09

Please sign in to comment.