[flake8]
# https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html
# Ignore "Module level import not at top of file (E402)"
ignore=E402
max-line-length = 150
