From 4a2322043e5b88339476810058045ebe0fdc4645 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 16:53:00 +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/asottile/pyupgrade.git: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade.git/compare/v3.17.0...v3.19.1) - [github.com/python-jsonschema/check-jsonschema.git: 0.29.3 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.3...0.30.0) - [github.com/pre-commit/mirrors-mypy.git: v1.11.2 → v1.14.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.2...v1.14.1) - [github.com/PyCQA/pylint.git: v3.3.1 → v3.3.3](https://github.com/PyCQA/pylint.git/compare/v3.3.1...v3.3.3) --- .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 29837be4..769c91d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade.git - rev: v3.17.0 + rev: v3.19.1 hooks: - id: pyupgrade args: @@ -76,7 +76,7 @@ repos: - id: remove-tabs - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.29.3 + rev: 0.30.0 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -186,7 +186,7 @@ repos: language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.11.2 + rev: v1.14.1 hooks: - id: mypy alias: mypy-py313 @@ -250,7 +250,7 @@ repos: pass_filenames: false - repo: https://github.com/PyCQA/pylint.git - rev: v3.3.1 + rev: v3.3.3 hooks: - id: pylint additional_dependencies: