[flake8]
ignore =
	# Allow tabs for indentation
	W191
	# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
	W503
	# W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545
	W504

	# Workaround for https://github.com/PyCQA/pyflakes/issues/376
	F841
