summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/src/class/yedit.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_utils/src/class/yedit.py')
-rw-r--r--roles/lib_utils/src/class/yedit.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/lib_utils/src/class/yedit.py b/roles/lib_utils/src/class/yedit.py
index 4521009ab..b1644f9b2 100644
--- a/roles/lib_utils/src/class/yedit.py
+++ b/roles/lib_utils/src/class/yedit.py
@@ -1,5 +1,6 @@
# flake8: noqa
# pylint: skip-file
+# noqa: E301,E302
class YeditException(Exception):
@@ -7,6 +8,7 @@ class YeditException(Exception):
pass
+# pylint: disable=too-many-public-methods
class Yedit(object):
''' Class to modify yaml files '''
re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"