From 0fac0b6d08c8260f0c740b0ee479c7646147246e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 05:55:07 +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/hauntsaninja/black-pre-commit-mirror: 23.3.0 → 23.7.0](https://github.com/hauntsaninja/black-pre-commit-mirror/compare/23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.280](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.272...v0.0.280) --- .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 a56e1af938b8..7a4aada8d593 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,11 +6,11 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/hauntsaninja/black-pre-commit-mirror - rev: 23.3.0 # must match test-requirements.txt + rev: 23.7.0 # must match test-requirements.txt hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.272 # must match test-requirements.txt + rev: v0.0.280 # must match test-requirements.txt hooks: - id: ruff args: [--exit-non-zero-on-fix]