pylint --disable=C0114 src/

Category: Python & pip

pylint --disable=C0114 src/

Disable missing-module-docstring warnings (C0114)

Disables a specific pylint warning (C0114 = missing module docstring) to reduce noise.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.