mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 06:46:04 +01:00
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.
9 lines
281 B
INI
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
|