summaryrefslogtreecommitdiff
path: root/.flake8
blob: 04d2d97a8da550ec8e2f89189705ff03634b4756 (plain)
1
2
3
4
5
6
7
8
9
10
[flake8]
ignore =
	# Allow tabs for indentation
	W191
	# Workaround for https://github.com/PyCQA/pycodestyle/issues/836
	E117
	# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
	W503
	# W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545
	W504