Learn Before
Concept
Learning More About pylint Messages
If you aren't aware of what a specific message from pylint means and need more information, you can run the following command with the message's symbolic name to learn more:
$ pylint --help-msg=missing-module-docstring :missing-module-docstring (C0114): *Missing module docstring* Used when a module has no docstring. Empty modules do not require a docstring. This message belongs to the basic checker.
0
1
Updated 2021-06-15
Tags
Python Programming Language
Data Science