小编Pap*_*les的帖子

Pylint似乎不会生成导入图

我正在使用以下很大程度上未经编辑的配置文件运行pylint

[MASTER]

# Specify a configuration file.
#rcfile=

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
#init-hook=

# Profiled execution.
profile=no

# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS

# Pickle collected data for later comparisons.
persistent=yes

# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=


[MESSAGES CONTROL]

# Enable the message, report, category …
Run Code Online (Sandbox Code Playgroud)

python pylint

5
推荐指数
1
解决办法
1262
查看次数

标签 统计

pylint ×1

python ×1