Skip to content

Commit

Permalink
ci: Run mypy with uvx
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 17, 2024
1 parent a906730 commit ba20829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uvx ruff format --check .
- name: Lint with mypy
run: |
mypy altair tests
uvx mypy altair tests

0 comments on commit ba20829

Please sign in to comment.