Switch to basedpyright
This commit is contained in:
parent
06cbefb631
commit
824d6273a6
4 changed files with 44 additions and 27 deletions
6
.github/workflows/validation.yml
vendored
6
.github/workflows/validation.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue