Spaces:
Running
Running
| repos: | |
| - repo: https://github.com/astral-sh/ruff-pre-commit | |
| rev: v0.4.4 | |
| hooks: | |
| - id: ruff | |
| args: [ --fix ] | |
| - id: ruff-format | |
| - repo: local | |
| hooks: | |
| - id: pre-push-tests | |
| name: Run Backend Pytest | |
| entry: bash scripts/pre_push_tests.sh | |
| language: system | |
| stages: [pre-push] | |
| pass_filenames: false | |