[flake8]
max-line-length = 79
max-doc-length = 72
ignore = E203,W503
per-file-ignores =
    plugins/modules/*.py:E402
    plugins/lookup/*.py:E402
exclude =
    docs/docsite,
    tests/output,
