From 32246fad834813b4e462522b7e703ee7b47cd6d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:06:02 +0000 Subject: [PATCH] chore(deps): update pre-commit hook robertcraigie/pyright-python to v1.1.378 --- .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 853c5c6d..3073d19b 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.377 + rev: v1.1.378 hooks: - id: pyright exclude: '^alembic/.*\.py$'