se active pytest en pre-commit

FossilOrigin-Name: 41a3c6482de98889d5cb5806935dc976c0c9ffdb1fff6095087dc5aa868bbbc8
This commit is contained in:
bit4bit@riseup.net 2020-10-18 22:10:35 +00:00
parent 823b6b12ee
commit 798dd1e732

View File

@ -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