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
|
# - id: flake8
|
||||||
# args: [--max-line-length=100]
|
# args: [--max-line-length=100]
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: tests
|
- id: pytest-check
|
||||||
name: run tests
|
name: pytest-check
|
||||||
entry: pytest -v
|
entry: pytest
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
pass_filenames: false
|
||||||
stages: [push]
|
always_run: true
|
||||||
|
Loading…
Reference in New Issue
Block a user