Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 364bda6

Browse files
committed
Pylint: disable too-many-instance-attributes
1 parent 09e6fdb commit 364bda6

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 = locally-disabled, too-few-public-methods
2+
disable = locally-disabled, too-few-public-methods, too-many-instance-attributes
33

44
[REPORTS]
55
output-format = colorized

0 commit comments

Comments
 (0)