This commit is contained in:
Manuel Barkhau 2020-10-04 17:13:41 +00:00
parent c3955efcc0
commit 8439d4290a
4 changed files with 7 additions and 9 deletions

View file

@ -336,7 +336,7 @@ lint_flake8:
@printf "\e[1F\e[9C ok\n"
## Run pylint.
## Run pylint --errors-only.
.PHONY: lint_pylint_errors
lint_pylint_errors:
@printf "pylint ..\n";