[flake8]
ignore = D107,E501,SC200,W503
max-line-length = 88
max-complexity = 12
# select = B,C,E,F,W,T4,B901
