chore: update makefile

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-05-07 15:38:01 +02:00
parent db35a07738
commit 93ac86366b
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -1,5 +1,7 @@
check: black flake8 mypy
pytest -vvv --log-level debug
check:
pytest -vvv --log-level debug --cov --cov-report=term-missing
lint: black flake8 mypy
black:
black --line-length=79 *.py