[flake8]
ignore =
	# E203: whitespace before ':'
	E203,
	# W503: line break before binary operator
	W503
max-line-length = 100
