Update .pre-commit-config.yaml (#3479)

This commit is contained in:
Kashif Rasul
2025-05-22 16:08:23 +02:00
committed by GitHub
parent a528b9c465
commit 65245f6be8

View File

@ -1,8 +1,8 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.3
rev: v0.11.10
hooks:
- id: ruff
- id: ruff-check
types_or: [ python, pyi ]
args: [ --fix ]
- id: ruff-format