[flake8]
max-line-length = 120

# jaraco/skeleton#34
max-complexity = 10

extend-ignore =
	# Black creates whitespace before colon
	E203
