From e803377896b0bc258de2ddd453ad056b2ccd61df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:23:51 -0500 Subject: [PATCH] Update pre-commit hook RobertCraigie/pyright-python to v1.1.322 (#502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1274033..afc42a18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: language: system entry: poetry run black --check - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.320 + rev: v1.1.322 hooks: - id: pyright exclude: '^alembic/.*\.py$'