From bc74094cc74883539c9c18ad3c25712d9a8286ad Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Fri, 6 Dec 2024 19:19:40 +0100 Subject: [PATCH] pre-commit: upgrade ruff --- .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 374d02d..757cfeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.4 + rev: v0.8.2 hooks: # Run the linter. - id: ruff