From a8f19f294d454711dbf38848e12a407fea74f5f6 Mon Sep 17 00:00:00 2001 From: Angelo Probst Date: Tue, 22 Oct 2024 13:27:53 -0300 Subject: [PATCH] wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64ecd22d..e3438500 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