From b32b341bfa4bd2a64659947ce79f2997f8274a4d Mon Sep 17 00:00:00 2001 From: Lukas Pramuk Date: Tue, 9 Apr 2024 15:13:53 +0200 Subject: [PATCH] Safely bump ruff-pre-commit to v0.3.0 (#14692) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08c10775ce1..3cc02263f06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.277 + rev: v0.3.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]