From 9b31f75fc1d727d4841075d9f583ad21f9b200f7 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Mon, 25 Nov 2024 14:19:03 +0100 Subject: [PATCH] Upgrade ruff to 0.8.0 This is the same as in MegaLinter --- .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 d354e031a6..92dabd80af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.0 hooks: - id: ruff - repo: https://github.com/twisted/towncrier