[CI] Update ruff hook

This commit is contained in:
OleehyO
2025-04-19 14:26:33 +00:00
parent 0cba17d9ce
commit 25142c34f1

View File

@@ -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]