gpt4 book ai didi

python - 皮林特。如何禁用图形?

转载 作者:太空宇宙 更新时间:2023-11-04 00:42:44 27 4
gpt4 key购买 nike

我正在使用 pylint用于代码分析。当我运行 pylint 时,我看到有关依赖项的长输出。它看起来像这样:

External dependencies
---------------------
::

example_lib (my_project.pack1.name_module)
pack1 (pack1.pack2.name_module1,pack1.pack2.name_module2,...)
\-...
... # long list of dependencies here

如何禁用此图表?有谁知道 pylint config 的一些参数来禁用 External dependencies 输出?

谢谢。

最佳答案

您想禁用报告 RP0401。您可以在命令行上使用 pylint -d RP0401 执行此操作,或者在 .pylintrc 中将“RP0401”附加到 disable= 开头的行列表中(在 [消息控制]).

关于python - 皮林特。如何禁用图形?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41172361/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com