[flake8]
ignore = C901, E203, E501, F401, W503, W291, 
select = B,C,E,F,W,T4
exclude =
    .env,
    .git,
    __pycache__,