From 47b81aa3692047ec01b7525dc8782f222fc0d850 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 23 Jan 2025 21:48:56 +0100 Subject: [PATCH] ruff v0.9.3 --- .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 f79a59a..07acba7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: # Format before linting - id: ruff - id: ruff-format