From cb453bf592689d2fb4f3ed0be4f490e6ec41d35c Mon Sep 17 00:00:00 2001 From: jorenham Date: Fri, 18 Oct 2024 17:26:38 +0200 Subject: [PATCH] run `basedpyright` in `pre-commit` --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d79a4d92..8cf1c4d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ ci: - verifytypes - typetest - basedmypy + - basedpyright repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -69,3 +70,9 @@ repos: entry: poe mypy language: system types_or: [python, pyi] + + - id: basedpyright + name: basedpyright + entry: poe pyright + language: system + types_or: [python, pyi]