From 25e638a8834692334f991251488f9daed34ba883 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Tue, 19 Nov 2024 12:51:38 +0100 Subject: [PATCH] Update ruff in pre-commit to newest version --- .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 d9b49f1da8..d354e031a6 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.6.9 + rev: v0.7.4 hooks: - id: ruff - repo: https://github.com/twisted/towncrier