From 3e780aa71aaf02280bc8f8e035d4db7731dc0fa1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:05:01 +0000 Subject: [PATCH] style(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/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/commitizen-tools/commitizen: v3.21.3 → v3.28.0](https://github.com/commitizen-tools/commitizen/compare/v3.21.3...v3.28.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.29.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.1...0.29.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.5.5) --- .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 cfaed27..b5f7768 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen - rev: v3.21.3 + rev: v3.28.0 hooks: - id: commitizen @@ -38,17 +38,17 @@ repos: args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.29.1 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.5.5 hooks: - id: ruff args: [ --fix ]