[flake8]
max-line-length = 88

max-complexity = 10

extend-ignore =
	# Black creates whitespace before colon
	E203
