DynamicAbstractionSystem/.pre-commit-config.yaml
Sam b52690549b
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 7s
Enhance pre-commit configuration and update test workflow for better results reporting
2025-05-31 19:54:05 -05:00

22 lines
538 B
YAML

repos:
- repo: local
hooks:
- id: pytest
name: pytest
entry: python -m pytest tests
language: system
types: [python]
pass_filenames: false
always_run: true
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.9
hooks:
- id: uv-lock
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.9
hooks:
# Compile requirements
- id: pip-compile
args: [ requirements.in, -o, requirements.txt ]