summaryrefslogtreecommitdiff
path: root/.flake8
blob: df5f52718d43824c6469b8e90cefc57fee6bf400 (plain)
1
2
3
4
5
6
[flake8]
ignore =
	# Allow tabs for indentation
	W191
	# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
	W503