[flake8]
extend-ignore = E731, W503
max-line-length = 100
max-complexity = 18
select = B, C, E, F, W
