已合并
fix: lintrunner --all-files --take NEWLINE -a #35872
Jingwei Huang创建于 5月17日
fix: lintrunner --all-files --take NEWLINE -a #35872
已合并
Jingwei Huang创建于 5月17日
Jingwei Huang
Jingwei Huang成员
5月17日
# 【合入来源】 > **如有社区issue,请关联issue链接**\ > **请勿携带内部流程信息(需求链接、问题单、内部issue等)** - [ ] 需求 - [ ] 问题单 - [x] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 1. 执行:`lintrunner --all-files --take NEWLINE -a` 修复换行符,不影响代码逻辑。 2. 屏蔽两个分布式用例,已提issue,给对应接口人跟踪。 # 【资料变更】 不涉及 # 【接口变更】 不涉及 # 【功能验证】 不涉及 # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常
likedislike
Pull Request已成功合入, 合并人@ascend-robot
(感谢 Jingwei Huang 的贡献)
Jingwei HuangJingwei Huang成员
5月17日 创建了 pull request,commit 7fd2dd01
openLiBingCI成员5月17日进行代码检视1
tools/flight_recorder/components/builder.py
@@ -308,0 +38,7 @@
38+ logger.warning("tabulate is not installed. Proceeding without it.")
39+ 
40+ # Define a no-op tabulate function
41+ def tabulate(data: Any, headers: Any = None) -> Any: # type: ignore[misc]
42+ return data
43+ 
44+ 
45+"""
openLiBingCI5月17日评论:

此条代码评论区间+38+45

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:mypy,请Committer检视其合理性。

likedislike
openLiBingCI成员5月17日进行代码检视1
tools/flight_recorder/components/types.py
@@ -551,0 +23,5 @@
23+class TypeInfo(NamedTuple):
24+ name: str
25+ fields: list[tuple[str, type]] # type: ignore[type-arg]
26+ 
27+ @classmethod
28+ def from_type(cls, c: T) -> "TypeInfo":
openLiBingCI5月17日评论:

此条代码评论区间+23+28

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:mypy,请Committer检视其合理性。

likedislike
ascend-robot
ascend-robot成员
5月17日 评论:

Thanks for your pull-request.
The full list of commands accepted by me can be found at here
You can get sig-info at here


PR Approval Progress

Congratulations! All modules have met the lgtm and approve requirements.

Module Approval Details

module lgtm status approve status
repo-Ascend/pytorch 李伟, renyujin (2/2) 李伟 (1/1)
test 李伟, renyujin (2/2) 李伟 (1/1)
torch_npu/_inductor 李伟, renyujin (2/2) 李伟 (1/1)
torch_npu/csrc/distributed 李伟, renyujin (2/2) 李伟 (1/1)
torch_npu/distributed 李伟, renyujin (2/2) 李伟 (1/1)
torch_npu/dynamo renyujin, 李伟 (2/2) 李伟 (1/1)
torch_npu/npu renyujin, 李伟 (2/2) 李伟 (1/1)
torch_npu/utils 李伟, renyujin (2/2) 李伟 (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)

CLA Signature Pass

huangjingwei, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
此处折叠了91条消息 查看更多
Jingwei HuangJingwei Huang成员
5月18日 解决了最后一个问题
renyujin成员
5月18日 评论:

/lgtm

likedislike
ascend-robotascend-robot成员
5月18日 添加了label:lgtm
ascend-robot
ascend-robot成员
5月18日 评论:

Review Guide

This pull-request passes review.
Committers who wrote a comment of /approve are: 李伟.
Reviewers who wrote a comment of /lgtm are: renyujin, 李伟.

likedislike
ascend-robotascend-robot成员
5月18日 合入了pull request