[CI] Update ruff hook

This commit is contained in:
OleehyO
2025-04-19 14:26:33 +00:00
parent 06edd104e2
commit 991d6bc00d

View File

@@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5 rev: v0.11.6
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --respect-gitignore, --config=pyproject.toml] args: [--fix, --respect-gitignore, --config=pyproject.toml]