Colin Watson has proposed merging ~cjwatson/turnip:lint-tac into turnip:master.
Commit message: Run flake8 on *.tac Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/turnip/+git/turnip/+merge/391805 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/turnip:lint-tac into turnip:master.
diff --git a/Makefile b/Makefile index 628d4c8..fdff3ff 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ tags: ctags -R turnip lint: $(ENV) - @$(FLAKE8) --exclude=__pycache__,version_info.py turnip + @$(FLAKE8) --exclude=__pycache__,version_info.py *.tac turnip $(PYTHON) setup.py check --restructuredtext --strict pip-check: $(ENV)
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

