From 6ed0cc882ecae12ad589bd6de091c7a84b1d8ec2 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 30 Aug 2024 08:59:32 -0700 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 5d750be7..213d5dfd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: args: [--no-pycodestyle, --max-line-length=88] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: ac97362543353002a47d6cae8918b25444d102df # frozen: v0.5.7 + rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3 hooks: - id: ruff args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]