We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5eaee2 commit 269a112Copy full SHA for 269a112
1 file changed
.pylintrc
@@ -13,7 +13,9 @@ max-args=10
13
max-locals=40
14
15
[MESSAGES CONTROL]
16
-disable=missing-docstring
+disable=
17
+ missing-docstring,
18
+ too-many-*
19
20
[MISCELLANEOUS]
21
notes=FIXME,XXX
0 commit comments