10 lines
224 B
YAML
10 lines
224 B
YAML
# - your tests are in a folder called tests
|
|
- repo: local
|
|
hooks:
|
|
- id: pytest
|
|
name: pytest
|
|
entry: ./.venv/bin/pytest tests
|
|
language: system
|
|
types: [python]
|
|
pass_filenames: false
|
|
always_run: true |