From 7246abec91ed751cc8070e380bb75eb181c30228 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:41:30 +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 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/commitizen-tools/commitizen: v3.21.3 → v3.31.0](https://github.com/commitizen-tools/commitizen/compare/v3.21.3...v3.31.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.19) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.29.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.1...0.29.4) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.8.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.8.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfaed27..0e37fd1 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: v5.0.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.31.0 hooks: - id: commitizen @@ -23,7 +23,7 @@ repos: types: ["ini", "toml", "yaml"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 # Use the ref you want to point at + rev: 0.7.19 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins @@ -38,17 +38,17 @@ repos: args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.29.4 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.19.0 hooks: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.8.0 hooks: - id: ruff args: [ --fix ]