From 47761ce308cf9b6028fc732bc606228507d04f67 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Wed, 11 Feb 2026 11:55:39 -0500 Subject: [PATCH] feat: pyright pre-commit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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: