From 3c7c72d70b15a86f8fa336c765481cea06d31d83 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 29 Oct 2024 01:54:59 +0100 Subject: [PATCH] bumped ruff in the pre-commit configuration --- .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 20e7d9cc4..476e9505a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: python-check-blanket-noqa - id: python-use-type-annotations - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.1 hooks: - id: ruff args: [ --fix ]