Search code examples
pythonatom-editorflake8

How can I fix `flake8 D100 — Missing docstring` error in atom editor


I installed atom for python programming and also installed Linter and flake8 packages but everything I write in text editor I get this warning :

D100 — Missing docstring in public module

I already tried

 pip uninstall flake8-docstrings
 pip install Flake8-pep257

How can I fix this warning ?


Solution

  • You can configure linter-flake8 like any Atom package by editing the settings in Atom -> Preferences -> Packages -> linter-flake8.

    Use "ignore error codes" for any errors that you don't want to see.