diff --git a/Makefile b/Makefile index 34956d0..9165629 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ format: lint: pylint --recursive=y src tests - mypy src/ tests/ + mypy . # --disable=R,C --ignore-patterns=test_.*?py tests/*.py