From 991d6bc00d5cad2515c0e7577cfb45f48c0fef20 Mon Sep 17 00:00:00 2001 From: OleehyO Date: Sat, 19 Apr 2025 14:26:33 +0000 Subject: [PATCH] [CI] Update ruff hook --- .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 6ada4fd..3667c03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.11.6 hooks: - id: ruff args: [--fix, --respect-gitignore, --config=pyproject.toml]