Introduce static type checking with pyright (#255)

This commit is contained in:
Marcus Valtonen Örnhag
2025-04-05 20:19:05 +02:00
committed by GitHub
parent d7995b8116
commit 0767030997
6 changed files with 45 additions and 26 deletions

View File

@@ -12,6 +12,8 @@ jobs:
python-version: '3.10'
- name: Run linters
run: |
pip install ruff
pip install ruff pyright
pip install -e .
ruff check .
ruff format --check --diff .
ruff format --check --diff .
pyright