From b318ace02787d090b2db4f1a59cc20a1b57a23e2 Mon Sep 17 00:00:00 2001 From: "stephen.worsley" Date: Tue, 24 Sep 2024 14:02:38 +0100 Subject: [PATCH] update ruff-pre-commit 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 266d35e7..88575f8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: #args: ["--show=errskip"] # show everything for the moment - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.5" + rev: "v0.4.10" hooks: # Run the linter - id: ruff