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

@ -18,9 +18,9 @@ repos:
- 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