[flake8]
ignore=E203,E303,E301,F405,E221,F403,E251,E902,W503,W504,E731,W605,F401
exclude=
    .git,
    __pycache__,
    conf.py,
    old,
    build,
    dist,
    deprecated,
    */tests/*,
    setup.py,
    conf.py,
    .coveragerc,
    __main__.py,
    *__init__.py,
    venv*
