Skip to content

Commit 75c3a92

Browse files
michalslowikowski00turbaszek
michalslowikowski00
authored andcommitted
added missing-module-docstring
1 parent d7ceb48 commit 75c3a92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pylintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ disable=invalid-name,
147147
too-many-statements,
148148
too-many-branches,
149149
broad-except,
150-
line-too-long
150+
line-too-long,
151+
redefined-builtin,
152+
too-many-nested-blocks,
153+
missing-module-docstring
151154

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

0 commit comments

Comments
 (0)