[BE][CI][Easy] Run lintrunner on generated .pyi stub files#150732
[BE][CI][Easy] Run lintrunner on generated .pyi stub files#150732XuehaiPan wants to merge 33 commits intogh/XuehaiPan/269/basefrom
lintrunner on generated .pyi stub files#150732Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/150732
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 52a3c91 with merge base ef6306e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| python3 torch/utils/data/datapipes/gen_pyi.py | ||
|
|
||
| # Also check generated pyi files | ||
| find torch -name '*.pyi' -exec git add --force -- "{}" + |
There was a problem hiding this comment.
TIL I've learned about + variant, don't know when it was the first time I did it, but I would have done it as
find torch -name '*.pyi'| xargs git add --force
There was a problem hiding this comment.
This is a problem for non-git users (such as myself).
Edit: Nevermind - I didn't realize this was in the github scripts...
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
lintrunneron generated.pyistub files #150732cc @ezyang @malfet @xuzhao9 @gramster @seemethere @pytorch/pytorch-dev-infra