[flake8]

max-line-length = 99
select = C,E,F,W,B,B950
ignore = E203, E266, E731, E501, W503, F401, F403, F405
builtins = _
exclude =
    .git
    .github
    __pycache__
    docs
