From 570c028f6928f967b89e0fa4bc952a038c7c0f17 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:12:19 +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.12.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.12.0...v1.14.1) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.1) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](https://github.com/nbQA-dev/nbQA/compare/1.8.7...1.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.8.6) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a44b54e7..3e6af210 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: # - hatch-vcs - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.14.1 hooks: - id: mypy files: src @@ -51,7 +51,7 @@ repos: - id: rst-directive-colons - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [ --py39-plus ] @@ -64,7 +64,7 @@ repos: # Notebook formatting - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-pyupgrade @@ -90,7 +90,7 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-github-actions @@ -103,7 +103,7 @@ repos: - id: auto-walrus - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.8.6" hooks: - id: ruff types_or: [ python, pyi, jupyter ]