Disable pyright in pre-commit for now

This commit is contained in:
Sina Atalay
2025-12-09 17:08:14 +03:00
parent d1d49d78b1
commit 65abc2c53e

View File

@@ -3,10 +3,10 @@ repos:
rev: v0.14.8
hooks:
- id: ruff
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.407
hooks:
- id: pyright
# - repo: https://github.com/RobertCraigie/pyright-python
# rev: v1.1.407
# hooks:
# - id: pyright
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks: