From 2b96b69c9b1294074ed126a9b0e90207fa582706 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Mon, 6 Jan 2025 16:42:56 -0800 Subject: [PATCH] update ruff --- .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 327af17e..fd3f57e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: truthy: {check-keys: false}}} - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.8.6 hooks: - id: ruff args: [--fix]