Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 62289b5

Browse files
author
michalslowikowski00
committed
added missing-module-docstring
1 parent 29cb340 commit 62289b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pylintrc

Lines changed: 4 additions & 1 deletion
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)