Skip to content

Commit

Permalink
workflows: fix mypy command
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Jul 14, 2024
1 parent 0c866db commit 91f8c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
python -m pip install hatch
hatch env create lint
- name: Type check w/ mypy
run: mypy --install-types --non-interactive --pretty
run: hatch run lint:mypy --install-types --non-interactive --pretty

0 comments on commit 91f8c11

Please sign in to comment.