[flake8]
ignore = E203, E231, E266, E402, E501, F405, W503
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude =
    __pycache__
    venv