Skip to content

Commit 5a687e5

Browse files
committed
lint fixes
1 parent be7fe4f commit 5a687e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pylintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ recursive=no
109109
# source root.
110110
source-roots=
111111

112-
# When enabled, pylint would attempt to guess common misconfiguration and emit
113-
# user-friendly hints instead of false-positive error messages.
114-
suggestion-mode=yes
115-
116112
# Allow loading of arbitrary C extensions. Extensions are imported into the
117113
# active Python interpreter and may run arbitrary code.
118114
unsafe-load-any-extension=no
@@ -178,6 +174,7 @@ disable=E0611, E0401, # ansible modules will not be found
178174
R1735, # dict=() formatting
179175
E1135, E1136, # list-vars initialized as None
180176
W0201, # ansible-modules
177+
C0304, # visual hints that are OK in upstream
181178

182179
# Enable the message, report, category or checker with the given id(s). You can
183180
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)