From accd4b768c410edd400925f8f4f8566c26333f7b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 00:08:16 +0000 Subject: [PATCH] style: 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.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v2.7.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](https://github.com/pycqa/isort/compare/5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 25.1.0](https://github.com/psf/black/compare/24.8.0...25.1.0) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](https://github.com/adamchainz/blacken-docs/compare/1.18.0...1.19.1) - [github.com/commitizen-tools/commitizen: v3.28.0 → v4.1.1](https://github.com/commitizen-tools/commitizen/compare/v3.28.0...v4.1.1) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](https://github.com/rhysd/actionlint/compare/v1.7.4...v1.7.7) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8e38607..44a3c44b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-json - id: end-of-file-fixer repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 - hooks: - args: - --in-place @@ -35,12 +35,12 @@ repos: files: \.(md|py)$ - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python) @@ -50,16 +50,16 @@ repos: - --py38-plus id: pyupgrade repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.1 - hooks: - id: black repo: https://github.com/psf/black - rev: 24.8.0 + rev: 25.1.0 - hooks: - id: blacken-docs args: [-l80] repo: https://github.com/adamchainz/blacken-docs - rev: 1.18.0 + rev: 1.19.1 - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks @@ -73,7 +73,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v4.1.1 # - repo: https://github.com/PyCQA/docformatter @@ -89,6 +89,6 @@ repos: additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.7 hooks: - id: actionlint