From d315183b90198c32b375589485b6b33cb83b2f75 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:05:01 +0200 Subject: [PATCH] style(pre-commit.ci): pre-commit autoupdate (#41) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/commitizen-tools/commitizen: v3.13.0 → v3.29.1](https://github.com/commitizen-tools/commitizen/compare/v3.13.0...v3.29.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.18) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.29.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.29.4) - [github.com/asottile/pyupgrade: v3.10.1 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.18.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bcd5180..0e188b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,26 +4,26 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.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.13.0 + rev: v3.29.1 hooks: - id: commitizen - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier additional_dependencies: [prettier, prettier-plugin-toml, prettier-plugin-ini] 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.18 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins @@ -32,30 +32,30 @@ repos: - mdformat-black - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.29.4 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.18.0 hooks: - id: pyupgrade - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.7.0 hooks: # Run the linter. - id: ruff