解决pylint报错tab缩进
Posted 理想假设
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决pylint报错tab缩进相关的知识,希望对你有一定的参考价值。
【编辑器使用】
在VSCode下编写python程序,使用pylint辅助修正代码规范,出现无限报错:
file: \'file:///c%3A/Users/dell/Desktop/Java/ex2/FactorialSum.py\'
severity: \'警告\'
message: \'W0312:Found indentation with tabs instead of spaces\'
at: \'9,1\'
source: \'pylint\'
大体意思是应该使用spaces来缩进,而不是tabs。
解决方法:
VSCode和Sublime Text3中都有对于缩进的设置
vscode设置:
sublime text3设置:
将相应的缩进修改为spaces即可。
以上是关于解决pylint报错tab缩进的主要内容,如果未能解决你的问题,请参考以下文章
vscode中PyLint报错Unable to import解决方案
VS Code报错Module 'xx' has no 'xx' member pylint(no-member)解决办法