gpt4 book ai didi

performance - 为什么Pylint太慢,而pep8只花一秒钟时间检查相同的代码?

转载 作者:行者123 更新时间:2023-12-03 17:07:32 38 4
gpt4 key购买 nike

我不明白为什么pylint大约需要5分钟来检查我的代码,而pep8只需要1秒钟。

我使用Mac,并通过pylint 1.8.4安装了conda install -c conda-forge pylint。无论我使用Terminal还是Spyder编辑器,Pylint的速度都很慢。我尝试创建一个配置文件.pylintrc,但它并没有改变速度。

如何提高Pylint速度?谢谢你。

最佳答案

您可以通过产生多个进程并并行检查文件来加快pylint的速度。此功能通过-j命令行参数公开。如果提供的数字是0,那么将自动检测并使用CPU的总数。从pylint --help的输出中:

-j <n-processes>, --jobs=<n-processes>
Use multiple processes to speed up Pylint. Specifying
0 will auto-detect the number of processors available
to use. [current: 1]

关于performance - 为什么Pylint太慢,而pep8只花一秒钟时间检查相同的代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51488322/

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