chore: update makefile
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
db35a07738
commit
93ac86366b
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -1,5 +1,7 @@
|
||||||
check: black flake8 mypy
|
check:
|
||||||
pytest -vvv --log-level debug
|
pytest -vvv --log-level debug --cov --cov-report=term-missing
|
||||||
|
|
||||||
|
lint: black flake8 mypy
|
||||||
|
|
||||||
black:
|
black:
|
||||||
black --line-length=79 *.py
|
black --line-length=79 *.py
|
||||||
|
|
Loading…
Reference in a new issue