.flake8
f46d1f7a
 [flake8]
 max-line-length = 500
 ignore = E203,E266,E501,W503
 max-complexity = 18
 select = B,C,E,F,W,T4,B9