aboutsummaryrefslogtreecommitdiff
path: root/.flake8
blob: 47be68dcec37a3a2462897519dd024b58d387b7c (plain)
1
2
3
4
5
[flake8]
extend-ignore = D105,D107
per-file-ignores =
	tests/*: D103
max-line-length = 99