From c88bb89169e15a935a9c32c1d449c083b06537b5 Mon Sep 17 00:00:00 2001 From: "neophile-square[bot]" <136651988+neophile-square[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:26:39 +0000 Subject: [PATCH] [neophile] Update dependencies - Update astral-sh/ruff-pre-commit pre-commit hook from v0.1.1 to v0.1.3 - Update psf/black pre-commit hook from 23.10.0 to 23.10.1 --- .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 6c4f3f4b..ede13f75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,13 +7,13 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.1 + rev: v0.1.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.10.1 hooks: - id: black