Skip to content

Commit 8b261f1

Browse files
committed
Update .pylintrc
Signed-off-by: HarshvMahawar <[email protected]>
1 parent a90e0cd commit 8b261f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[MESSAGES CONTROL]
2-
disable = C0114, C0115, C0116, redefined-outer-name, duplicate-code ; Disable missing module/class/function docstring warnings
2+
disable = C0114, C0115, C0116, redefined-outer-name, duplicate-code
33

44
[FORMAT]
55
max-line-length = 88 ; Match Black's default line length

0 commit comments

Comments
 (0)