add pyright to pre-commit hooks

This commit is contained in:
Nick Sweeting
2025-07-07 18:03:55 -07:00
parent 3ad8893fb5
commit fdba54fb34
4 changed files with 11 additions and 6 deletions

View File

@@ -29,6 +29,11 @@ repos:
- id: ruff-format
# see pyproject.toml for more details on ruff config
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.402
hooks:
- id: pyright
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks: