From d02421f65548b0fb90349ace06c7cee37c789057 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:26:17 +0530 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#2075) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/peterdemin/pip-compile-multi: v2.6.3 → v2.6.4](https://github.com/peterdemin/pip-compile-multi/compare/v2.6.3...v2.6.4) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.4.8) - [github.com/PyCQA/pylint: v3.2.2 → v3.2.3](https://github.com/PyCQA/pylint/compare/v3.2.2...v3.2.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c630a9d3b..7dbeac1ec 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.3 + rev: v2.6.4 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.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: ['--keep-runtime-typing', '--py311-plus'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.4.8 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] - id: ruff-format - repo: https://github.com/PyCQA/pylint - rev: v3.2.2 + rev: v3.2.3 hooks: - id: pylint args: [