We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf00fc commit 8e90b89Copy full SHA for 8e90b89
pylintrc
@@ -50,6 +50,16 @@
50
too-many-boolean-expressions,
51
unused-argument,
52
wrong-import-order,
53
+ raise-missing-from,
54
+ missing-class-docstring,
55
+ missing-function-docstring,
56
+ missing-module-docstring,
57
+ too-many-nested-blocks,
58
+# for now (20201031) added the below while we are codemerging/-improving
59
+# missing-class-docstring
60
+# missing-function-docstring
61
+# missing-module-docstring
62
+# too-many-nested-blocks => inherent with fixing complexity
63
enable=
64
use-symbolic-message-instead
65
0 commit comments