fix: pytest -> pytest -x

This commit is contained in:
Benjamin McCormick 2026-02-05 17:10:09 -05:00
parent f531c3f095
commit a51a5c4c51
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ repos:
# Run main application tests
- id: pytest-main
name: pytest (main app)
entry: uv run pytest tests/ --ignore=tests/alembic/
entry: uv run pytest -x tests/ --ignore=tests/alembic/
language: system
files: ^(src/|tests/).*\.py$
stages: [pre-push]