From 9f08d1d1b3cbd33b0c17222a0ab94c37337a5893 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:23:56 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/peterdemin/pip-compile-multi: v2.6.4 → v2.7.1](https://github.com/peterdemin/pip-compile-multi/compare/v2.6.4...v2.7.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.3...v0.8.4) - [github.com/PyCQA/pylint: v3.3.1 → v3.3.2](https://github.com/PyCQA/pylint/compare/v3.3.1...v3.3.2) - [github.com/fredrikaverpil/creosote: v3.1.0 → v3.2.0](https://github.com/fredrikaverpil/creosote/compare/v3.1.0...v3.2.0) - [github.com/pycontribs/mirrors-prettier: v3.3.3 → v3.4.2](https://github.com/pycontribs/mirrors-prettier/compare/v3.3.3...v3.4.2) --- .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 bbe2ecc5c..bf6393109 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: sync-pre-commit-deps - repo: https://github.com/peterdemin/pip-compile-multi - rev: v2.6.4 + rev: v2.7.1 hooks: - id: pip-compile-multi-verify files: ^requirements/.*\.(in|txt)$ @@ -50,18 +50,18 @@ repos: ] files: ^requirements/.*\.txt$ - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: ['--keep-runtime-typing', '--py311-plus'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.8.4 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] - id: ruff-format - repo: https://github.com/PyCQA/pylint - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pylint args: [ @@ -73,7 +73,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/fredrikaverpil/creosote - rev: v3.1.0 + rev: v3.2.0 hooks: - id: creosote - repo: https://github.com/shellcheck-py/shellcheck-py @@ -124,7 +124,7 @@ repos: - id: forbid-tabs - id: remove-tabs - repo: https://github.com/pycontribs/mirrors-prettier - rev: v3.3.3 + rev: v3.4.2 hooks: - id: prettier - repo: https://github.com/ducminh-phan/reformat-gherkin