1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 06:46:04 +01:00
Files
openshift-ansible/.flake8
Yaakov Selkowitz 807bdb6f7c Bundle profile_tasks callback from ansible.posix
This is used in the default/test inventories, but as they are also
packaged as samples, it is possible that users will use them too.
2022-09-29 23:13:46 -04:00

9 lines
281 B
INI

[flake8]
# TODO: cleanup flake8 issues with utils/test/*
# bundled ansible modules are copied as-is, have their own standards
exclude=.tox,inventory,ini_file.py,profile_tasks.py,seboolean.py,sysctl.py
max_line_length = 120
ignore = E501,T003
per-file-ignores =
setup.py : T001