From 88a42bed9b850542df76ae834748205cce85a5c9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:40:35 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.8...v0.1.9) - [github.com/psf/black: 23.12.0 → 23.12.1](https://github.com/psf/black/compare/23.12.0...23.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 a15fd8c..3303e62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: fail_fast: true - repo: 'https://github.com/astral-sh/ruff-pre-commit' - rev: v0.1.8 + rev: v0.1.9 hooks: - id: ruff args: @@ -34,7 +34,7 @@ repos: - '--exit-non-zero-on-fix' - repo: 'https://github.com/psf/black' - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black