-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Python] Update list of Python files without .py suffix in .pep8 file #1216
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
[Python] Update list of Python files without .py suffix in .pep8 file #1216
Conversation
:-/ It seems wrong to have to update this every time we need a new helper tool for tests. Is there a way to get it to detect files from their #! line? Maybe "files in test/* and utils/* with no extension with a first line matching |
@jrose-apple Yes, I agree that is problematic. Unfortunately the The way I'm finding Python files without a
Turns out Possible solutions:
|
Well, the reason |
@jrose-apple Yes, |
Okay, I moved |
@jrose-apple PR updated accordingly. Let me know if any further changes are needed :-) |
Ah, now there are conflicts because of your other change. Can you rebase and try again? |
@jrose-apple Rebased :-) |
I hate to keep bugging you but you snuck the "E114" change into this commit. Was that intentional? |
@jrose-apple Good you noticed that :-) That change belongs in #1292, so removed it from this PR. Also added the remaining missing files. Let me know if any changes are needed :-) |
Rebased again :-) |
…are the |
@jrose-apple Yes, they are all passing
|
@swift-ci Please test |
@shahmishal Build seems to have passed 👍 Let me know if any further changes are needed :-) |
…fix-to-dot-pep8 [Python] Update list of Python files without .py suffix in .pep8 file.
Thanks for sticking this one out. :-) |
Changes:
ld
(test/Driver/Inputs/filelists/ld
)pre-commit-benchmark
(deleted)