DynamicAbstractionSystem/.pre-commit-config.yaml
Sam c3b0a12c32
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 5m6s
Update pre-commit configuration and add initial test file
2025-05-31 19:39:47 -05:00

10 lines
215 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