From 295469a3926107fd56a48443b9700a485691eba8 Mon Sep 17 00:00:00 2001 From: "neophile-square[bot]" <136651988+neophile-square[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:18:56 +0000 Subject: [PATCH] [neophile] Update dependencies - Update astral-sh/ruff-pre-commit pre-commit hook from v0.4.1 to v0.4.2 - Update psf/black pre-commit hook from 24.4.0 to 24.4.2 --- .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 7e5d72b..dfb4cc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black