Commit

Fix Makefile documentation
Daniel Moch committed 5 years ago (Tree)

Diffstat

 {{cookiecutter.project_slug}}/Makefile | 2 +-

{{cookiecutter.project_slug}}/Makefile

54 54 rm -fr htmlcov/
55 55 rm -fr .pytest_cache
56 56
57 -lint: ## check style with flake8
57 +lint: ## check style with pylint
58 58 $(PIPENV) pylint --rcfile tests/pylintrc {{ cookiecutter.project_slug }} tests
59 59
60 60 test: ## run tests quickly with the default Python