diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e08799c..1d315f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,16 +4,6 @@ default_language_version: python: python3 repos: -- repo: local - hooks: - - id: pyright - name: pyright - entry: pyright - language: node - types: [python] - pass_filenames: false - args: [--warnings] - additional_dependencies: ["pyright@1.1.256"] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.2.2 hooks: