[flake8]
ignore =
	# Allow tabs for indentation
	W191
	# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
	W503
