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