From d364594a0166720ae7a90302b8e0c0af0aff32a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:56:55 +0000 Subject: [PATCH] Update pre-commit hook RobertCraigie/pyright-python to v1.1.367 --- .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 6bcf76d0..e1a819e2 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.366 + rev: v1.1.367 hooks: - id: pyright exclude: '^alembic/.*\.py$'