From bf7ed08ddc07bd3dff908da77f34695b768e0881 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:27:05 +0000 Subject: [PATCH] chore(deps): update pre-commit hook robertcraigie/pyright-python to v1.1.380 --- .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 3073d19b..832a7de9 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.378 + rev: v1.1.380 hooks: - id: pyright exclude: '^alembic/.*\.py$'