From e36f71d771455aa46549c8d5471cb0614fcebd0d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:54:39 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.12.1 → 24.2.0](https://github.com/psf/black/compare/23.12.1...24.2.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.2.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.11...v0.2.1) --- .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 261e139..5339f26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - "--py38-plus" - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black @@ -31,8 +31,8 @@ repos: hooks: - id: blackdoc - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.1.11" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.2.1" hooks: - id: ruff args: ["--fix"]