diff --git a/Makefile b/Makefile index 6200cae..16e3621 100644 --- a/Makefile +++ b/Makefile @@ -182,4 +182,7 @@ clean: test: python -m unittest discover tests -.PHONY: clean archive srpm tag test +lint: + pylint -E tuned *.py + +.PHONY: clean archive srpm tag test lint