[flake8]
exclude = .git,__pycache__,docs,build,dist
max-complexity = 10
max-line-length = 88

select = C,E,F,W,B,B950
extend-ignore = E203, E501