Skip to content

Commit

Permalink
ci: Use uv run for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 19, 2024
1 parent 5fd1d75 commit cd4cfa5
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: |
uvx mypy altair tests
uv run mypy altair tests

0 comments on commit cd4cfa5

Please sign in to comment.