From 927e9ae0ee907909d95b83aed025c7f55ce2399e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:51:41 +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/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.14.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.9.3) - [github.com/RobertCraigie/pyright-python: v1.1.390 → v1.1.392.post0](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.392.post0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8ef628..0fb58e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: # files: .pre-commit-config.yaml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy name: mypy @@ -74,7 +74,7 @@ repos: args: ["--skip-magic-trailing-comma"] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - args: - --py38-plus @@ -135,7 +135,7 @@ repos: # C901 function is too complex # for iter_at_depth # PLR0912 too many branches # for iter_at_depth # - rev: 'v0.8.2' + rev: 'v0.9.3' hooks: - id: ruff exclude: "tests" @@ -147,6 +147,6 @@ repos: # reads pyproject.toml for additional config - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.390 + rev: v1.1.392.post0 hooks: - id: pyright