【发布时间】:2016-10-02 07:38:55
【问题描述】:
如何在 Spyder IDE 中为 Pylint(命令行开关 --rcfile)指定自定义配置文件?
我尝试像这样编辑pylint.bat 和pylint-gui.bat:
python "%~dpn0" %* --rcfile="P:/path/to/pylintrc"
但没有成功。我总是在输出中看到:
没有找到配置文件,使用默认配置
【问题讨论】:
标签: python batch-file ide spyder pylint