[flake8]
extend-ignore = E203, E265, F401, F541
max-line-length = 150
exclude =
    .git,
    __pycache__,
    lib
