From 8c970e9cea77650fcc20066cc98867ea2f78b0a8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:12:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore=20(deps):=20pre-commit=20a?= =?UTF-8?q?uto=20update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pylint-dev/pylint: v3.2.5 → v3.2.6](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.5.4) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6767449..ee5f034 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: pyupgrade - repo: https://github.com/pylint-dev/pylint - rev: v3.2.5 + rev: v3.2.6 hooks: - id: pylint types: [python] @@ -62,7 +62,7 @@ repos: - id: yesqa - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.4 hooks: - id: ruff - id: ruff-format