From 2a7b0c25e991e19d02e7c42e16e045487d9279ab Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:37:53 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6) - [github.com/RobertCraigie/pyright-python: v1.1.389 → v1.1.391](https://github.com/RobertCraigie/pyright-python/compare/v1.1.389...v1.1.391) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bb9193..8f61632 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: additional_dependencies: ["dprint@~0.46.0"] pass_filenames: false # https://github.com/adamchainz/pre-commit-dprint/issues/3#issuecomment-1483410008 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.1" # Must match requirements-dev.txt + rev: "v0.8.6" # Must match requirements-dev.txt hooks: - id: ruff args: [--fix] @@ -43,7 +43,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/RobertCraigie/pyright-python - rev: "v1.1.389" # Must match requirements-dev.txt + rev: "v1.1.391" # Must match requirements-dev.txt hooks: - id: pyright args: [--threads]