diff --git a/Makefile b/Makefile index 64ecd22..e343850 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ pylint: mypy: @unbuffer mypy --color-output --config-file mypy.ini ./hyperon_das_atomdb -lint: isort black flake8 +lint: isort black flake8 pylint mypy unit-tests: @py.test -sx -vv ./tests/unit