summaryrefslogtreecommitdiff
path: root/.flake8
blob: 48b2e246f1b40ddbe34618a616a51554d109c0e3 (plain)
1
2
3
4
5
6
7
8
9
[flake8]
max-line-length = 88

# jaraco/skeleton#34
max-complexity = 10

extend-ignore =
	# Black creates whitespace before colon
	E203