Skip to content

Commit 4c810d7

Browse files
committed
Readjust pylint settings
1 parent d6d6add commit 4c810d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pylintrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ indent-string=' '
33
max-line-length = 250
44

55
[MESSAGES CONTROL]
6-
# disable = missing-docstring, invalid-name, fixme, bare-except, broad-exception-caught, import-error
7-
disable = import-outside-toplevel, global-statement
6+
disable = import-outside-toplevel, global-statement, missing-docstring, invalid-name, fixme, bare-except, broad-exception-caught
87

98
[DESIGN]
109
max-branches=15
11-
max-boolean-expressions=6
10+
max-bool-expr=6
1211
max-attributes=10

0 commit comments

Comments
 (0)