Skip to content

Commit

Permalink
ci: disable pyright for now
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 12, 2025
1 parent 847be96 commit d558cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: uv sync --all-extras --dev
- name: Run ruff check
run: uv run ruff check --output-format github
- name: Run pyright
run: uv run pyright
# - name: Run pyright
# run: uv run pyright

format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d558cce

Please sign in to comment.