-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[CodeStyle][W191][E101] remove tabs in python files #46288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
很抱歉,经过我们的反复讨论,你的PR暂未达到合入标准,请阅读飞桨原生算子开发规范,你可以重新提交新的PR,我们先将此PR关闭,感谢你的贡献。 |
和 @Ligoml 讨论: |
luotao1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改的都是注释,可以使用test=document_fix
Ligoml
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for docs

PR types
Others
PR changes
Others
Describe
修复
remove-tabs存量 python 代码('\t'->' ' * 4)并修正部分格式问题
fluid 单测拆分到 PR #46357
NPU 单测又出问题了,因此拆分新的 PR(#46309)