Skip to content

Commit

Permalink
chore: change type check action to basedpyright
Browse files Browse the repository at this point in the history
  • Loading branch information
dest1n1s committed Nov 5, 2024
1 parent 441c0f4 commit 057b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python
run: uv python install 3.12
- name: Type check
run: uv run mypy .
run: uv run basedpyright

ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 057b941

Please sign in to comment.