diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c9e966f8..ea18b98d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,11 @@ repos: language: system types_or: [python, jupyter] + - repo: https://github.com/RobertCraigie/pyright-python + rev: v1.1.408 + hooks: + - id: pyright + - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.7.8 hooks: