Spaces:
Running
Running
| repos: | |
| - repo: https://github.com/astral-sh/ruff-pre-commit | |
| # Ruff version. | |
| rev: v0.14.10 | |
| hooks: | |
| # Run the linter. | |
| - id: ruff | |
| types_or: [ python, pyi ] | |
| args: [ --config, ruff.toml, --fix ] | |
| # Run the formatter. | |
| - id: ruff-format | |
| types_or: [ python, pyi ] | |
| args: [ --config, ruff.toml ] | |