[flake8]
ignore = E203, E231, W503, I202
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9,N
per-file-ignores = */__init__.py:F401