Skip to content

Commit 3b8e148

Browse files
author
michalslowikowski00
committed
added suggestion from review
1 parent 6ced8c0 commit 3b8e148

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pylintrc

+7
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ disable=invalid-name,
140140
deprecated-sys-function,
141141
exception-escape,
142142
comprehension-escape
143+
# TODO remove in future maybe
144+
duplicate-code,
145+
missing-function-docstring,
146+
too-many-locals,
147+
too-many-statements,
148+
too-many-branches,
149+
broad-except
143150

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

0 commit comments

Comments
 (0)