[flake8]
extend-ignore = E203,E501
extend-select = B950
max-complexity = 13
max-line-length = 88
