Python プログラミング用に atom をインストールし、Linter とflake8 パッケージもインストールしましたが、テキスト エディターで記述したものはすべて次の警告が表示されます。
D100 — Missing docstring in public module
私はすでに試しました
pip uninstall flake8-docstrings pip install Flake8-pep257
この警告を修正するにはどうすればよいですか?
Python プログラミング用に atom をインストールし、Linter とflake8 パッケージもインストールしましたが、テキスト エディターで記述したものはすべて次の警告が表示されます。
D100 — Missing docstring in public module
私はすでに試しました
pip uninstall flake8-docstrings pip install Flake8-pep257
この警告を修正するにはどうすればよいですか?