-
Notifications
You must be signed in to change notification settings - Fork 24.9k
docstring_linter: Fix #151692 and other issues #156596
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
base: gh/rec/156/base
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156596
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 20063b1 with merge base ff0d56d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
The postmortem as to how I thought I fixed this issue but didn't is a bit embarrassing. I wrote code to extract decorators and query for The test didn't fail because of another latent issue - when I counted the lines in a method or class, I started on the first indent after the definition, which did not include any introductory comments starting with I changed the definition of the length of a class or method to include the (I also simplified the code for detecting overrides, because I didn't trust it, even though it turned out to be fine.) |
ghstack-source-id: 0430908 Pull Request resolved: pytorch#156596
@Skylion007 Updated! |
@Skylion007 Updated! |
@eellison Fixes a little bug that has to be a quality of life issue for at least some of the people working on inductor... |
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Rebase failed due to Command
Raised by https://github.com/pytorch/pytorch/actions/runs/16750206703 |
@eellison : Updated. The actual code change is small: most of the delta is the acceptance tests. |
Stack from ghstack (oldest at bottom):