-
Notifications
You must be signed in to change notification settings - Fork 418
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
Wildcard warning fix #2064
Wildcard warning fix #2064
Conversation
Hello @jboero! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-03-27 11:42:25 UTC |
Hi @pep8speaks not sure if you're a bot or human but the code works fine for me. The |
Yeah, it works. But according to PEP 8 the syntax should be |
A suggestion:
|
Wildcards don't technically need to be at the front though. Hmm let me try the original suggestion first. |
These failures look like false negatives to me now. The behaviour affects test expectations. |
@jboero Hi, seems like this one has been a bit forgotten. Could you please try rebasing it so the tests are rerun? Additionally, the string provided to the |
Hi @jan-kolarik thanks for the routine check. This one apparently isn't worth merging so will skip for now. |
No longer suggests using wildcards when you've used wildcards.