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
Flake8: remove E306 and F523 #4572
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4572 +/- ##
=======================================
Coverage 84.55% 84.55%
=======================================
Files 164 164
Lines 9923 9923
Branches 1476 1476
=======================================
Hits 8390 8390
Misses 1266 1266
Partials 267 267 |
Hey @noviluni, great work on the upstream fix, thank you very much! |
sure! |
06205e9
to
8971878
Compare
Hi @elacuesta, could you take a look? Is this what you requested? |
@@ -19,7 +19,7 @@ def _isiterable(possible_iterator): | |||
|
|||
|
|||
def _fname(f): | |||
return "%s.%s".format( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guilty of this one, until now I hadn't even realized about its oddity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Precisely! Thanks again
Travis is failing with 429, perhaps we are triggering too many builds? |
It seems that the last released version of
pytest-flake8
fixes the issue causing the Travis pipeline to fail. However, I've seen that it's raising some new cases.