refact: replace pyright with basedpyright

This commit is contained in:
sebthom
2025-04-27 15:17:58 +02:00
parent 376ec76226
commit fe33a0e461
3 changed files with 39 additions and 30 deletions

View File

@@ -142,8 +142,8 @@ jobs:
run: pdm run mypy
- name: Check with pyright
run: pdm run pyright
- name: Check with basedpyright
run: pdm run basedpyright
- name: Run unit tests