Spaces:
Sleeping
Sleeping
| repos: | |
| - repo: https://github.com/astral-sh/ruff-pre-commit | |
| rev: v0.0.287 | |
| hooks: | |
| - id: ruff | |
| language_version: python | |
| args: [--fix, --exit-non-zero-on-fix] | |
| - repo: https://github.com/ambv/black | |
| rev: 23.7.0 | |
| hooks: | |
| - id: black | |
| language_version: python | |
| default_language_version: | |
| python: python3.10 | |