From 20a1aa0db892137a73b9076c0b9f048a8c8d9e6b Mon Sep 17 00:00:00 2001 From: Lukas Pramuk Date: Tue, 9 Apr 2024 12:49:03 +0200 Subject: [PATCH] Safely bump ruff-pre-commit to v0.3.0 --- .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]