~andreserl/maas/qa-lab-tests-bionic

270.1.1 by Gavin Panella
Tidy.
1
lint: lint-py
261.2.1 by jtv at canonical
Add lint test, and fix lint.
2
	pocketlint maas-cluster-controller-package-test
270.1.1 by Gavin Panella
Tidy.
3
4
lint-py: sources = $(wildcard *.py)
5
lint-py:
270.1.2 by Gavin Panella
Set same flake8 options as MAAS.
6
	flake8 --ignore=E123 --config=/dev/null $(sources)
270.1.1 by Gavin Panella
Tidy.
7
8
.PHONY: lint lint-py