[flake8]
max-line-length = 88
ignore = E501, W503, F541, E226
exclude = 
    .git,
    __pycache__,
    build,
    dist,
    *.egg-info
