[flake8]
max-line-length = 88
exclude = venv/, .git, __pycache__, build, dist, venv
ignore = E203, E266, E501, W503
count = True
statistics = True
show-source = True
