[flake8]
exclude =
    .venv,
    .tox,
    .git,
    __pycache__,
    _package/tests/files/*,
    pydocs/source/conf.py,
    build,
    dist,
    tests/fixtures/*,
    *.pyc,
    *.egg-info,
    .cache,
    .eggs
ignore = D200, D212
max-line-length = 125
docstring-convention = google
isolated = true
import-order-style = appnexus
application-import-names = xmsconan
application-package-names = xms
count = true
statistics = true
