Sam*_*ili 3 python flake8 atom-editor
我安装了用于Python编程的atom,还安装了Linter和flake8 软件包,但是我在文本编辑器中编写的所有内容都得到此警告:
D100 —公共模块中缺少文档字符串
我已经尝试过
Run Code Online (Sandbox Code Playgroud)pip uninstall flake8-docstrings pip install Flake8-pep257
我该如何解决此警告?
您可以像任何 Atom 包一样配置 linter-flake8,方法是编辑 Atom -> Preferences -> Packages -> linter-flake8 中的设置。
对于您不想看到的任何错误,请使用“忽略错误代码”。