Spaces:
Sleeping
Sleeping
repos: | |
- repo: https://github.com/psf/black | |
rev: 24.8.0 | |
hooks: | |
- id: black | |
language_version: python3 | |
- repo: https://github.com/astral-sh/ruff-pre-commit | |
rev: v0.6.2 | |
hooks: | |
- id: ruff | |
args: [--fix, --exit-non-zero-on-fix] |