[flake8]
ignore = E203, E266, E501, E731, W503, C901, B008, B950, E302
# 80 to use as a soft test
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = scripts/plotting
