From aefc8b58ef641a44d555268f71cbb280d9ed7e7c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:31:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[pre-commit.ci]=20pre-commit=20auto?= =?UTF-8?q?update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black.git: 24.2.0 → 24.3.0](https://github.com/psf/black.git/compare/24.2.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.5) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8602bc..026ac11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -18,7 +18,7 @@ repos: types_or: [yaml] - repo: https://github.com/psf/black.git - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black files: (.*\.(py|pyi))$ @@ -30,7 +30,7 @@ repos: args: [--config=.flake8] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.5 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --no-cache]