[flake8]
ignore = 
    E203,
    W503
exclude = 
    build,
    docs,
    env,
    *__pycache__,
    *.egg-info,
    .eggs,
    .pyenv,
    .tox,
    .vscode,
    kk/__init__.py

max-line-length = 80
