Spaces:
Sleeping
Sleeping
File size: 245 Bytes
bdfa8a5 | 1 2 3 4 5 6 7 8 9 10 | repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.15
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
args:
- --fix
- id: ruff-format
types_or: [python, pyi, jupyter] |