Switch to basedpyright
Some checks failed
CI / validation (push) Has been cancelled
CI / unit-tests (push) Has been cancelled
CI / Produce Pull Request payload artifact (push) Has been cancelled

This commit is contained in:
ItsDrike 2024-07-10 17:30:22 +02:00
parent 06cbefb631
commit 824d6273a6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
4 changed files with 44 additions and 27 deletions

View file

@ -34,7 +34,7 @@ jobs:
restore-keys: "precommit-${{ runner.os }}-${{ steps.poetry_setup.outputs-python-version}}-"
- name: Run pre-commit hooks
run: SKIP=ruff-linter,ruff-formatter,slotscheck,pyright pre-commit run --all-files
run: SKIP=ruff-linter,ruff-formatter,slotscheck,basedpyright pre-commit run --all-files
- name: Run ruff linter
run: ruff check --output-format=github --show-fixes --exit-non-zero-on-fix .
@ -45,5 +45,5 @@ jobs:
- name: Run slotscheck
run: slotscheck -m mcproto
- name: Run pyright type checker
run: pyright .
- name: Run basedpyright type checker
run: basedpyright .