se active pytest en pre-commit
FossilOrigin-Name: 41a3c6482de98889d5cb5806935dc976c0c9ffdb1fff6095087dc5aa868bbbc8
This commit is contained in:
parent
823b6b12ee
commit
798dd1e732
@ -16,11 +16,11 @@ repos:
|
||||
# - id: flake8
|
||||
# args: [--max-line-length=100]
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: tests
|
||||
name: run tests
|
||||
entry: pytest -v
|
||||
language: system
|
||||
types: [python]
|
||||
stages: [push]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pytest-check
|
||||
name: pytest-check
|
||||
entry: pytest
|
||||
language: system
|
||||
pass_filenames: false
|
||||
always_run: true
|
||||
|
Loading…
Reference in New Issue
Block a user