Spaces:
Paused
Paused
File size: 204 Bytes
046723b | 1 2 3 4 5 6 7 8 9 10 | repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.2
hooks:
# Lint (and apply safe fixes)
- id: ruff
args: [--fix]
# Fomrat
- id: ruff-format
|