8000 pylint: Added send_activities and updated the logic · itsmokha/botbuilder-python@555cc7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 555cc7c

Browse files
committed
pylint: Added send_activities and updated the logic
1 parent ab79e3c commit 555cc7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ disable=print-statement,
157157
too-many-function-args,
158158
too-many-return-statements,
159159
import-error,
160-
no-name-in-module
160+
no-name-in-module,
161+
too-many-branches
161162

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

0 commit comments

Comments
 (0)
0