From b77bea6b6c8ad9572d1d36e1117d8785cc27fb12 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:31:22 +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/commitizen-tools/commitizen: v3.29.1 → v4.1.0](https://github.com/commitizen-tools/commitizen/compare/v3.29.1...v4.1.0) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.21](https://github.com/executablebooks/mdformat/compare/0.7.18...0.7.21) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.31.0) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.6](https://github.com/rhysd/actionlint/compare/v1.7.4...v1.7.6) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.1) - [github.com/codespell-project/codespell: 2fa406f → v2.3.0](https://github.com/codespell-project/codespell/compare/2fa406f...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.9.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 030a7e5..84a73a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.1 + rev: v4.1.0 hooks: - id: commitizen @@ -23,7 +23,7 @@ repos: types: ["ini", "toml", "yaml"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 # Use the ref you want to point at + rev: 0.7.21 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins @@ -44,29 +44,29 @@ repos: args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.31.0 hooks: - id: check-github-workflows - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.6 hooks: - id: actionlint - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/codespell-project/codespell - rev: 2fa406f + rev: v2.3.0 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.9.1 hooks: # Run the linter. - id: ruff