test:
	@flake8 --ignore=E501
	@pylint --ignored-modules=distutils *.py
