From 7c0eae33644be49bb763c1984df4a80beda6d11e Mon Sep 17 00:00:00 2001 From: jorenham Date: Sun, 23 Jun 2024 19:22:45 +0200 Subject: [PATCH] use `basedpyright-pre-commit-mirror` pre-commit hook --- .pre-commit-config.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72a89907..0da5c454 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,17 +62,7 @@ repos: - id: ruff args: [--fix, --show-fixes] - # See https://github.com/DetachHead/basedpyright/issues/430 - # - repo: https://github.com/DetachHead/basedpyright - # rev: v1.13.0 - # hooks: - # - id: basedpyright - - - repo: local + - repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror + rev: v1.13.0 hooks: - id: basedpyright - name: basedpyright - entry: poetry run basedpyright - language: system - always_run: true - pass_filenames: false