[flake8]
exclude =
    .env,
    .env3,
    .git,
    .cache,
    .eggs,
    .idea,
    .Python,
    docs/,
    tmp/,
    env/,
    build/,
    *.build/,
    develop-eggs/,
    dist/,
    downloads/,
    eggs/,
    .eggs/,
    lib/,
    lib64/,
    parts/,
    sdist/,
    var/,
    *.egg-info/,
    .installed.cfg,
    *.egg
ignore = E501 W503 W605
