[flake8]
max-line-length = 120
max-complexity = 18
select = B,C,E,F,W,T4,B9
per-file-ignores = __init__.py:F401
