-
Notifications
You must be signed in to change notification settings - Fork 291
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
Try to fix an AttributeError related to pycodestyle 2.11.0 #699
Try to fix an AttributeError related to pycodestyle 2.11.0 #699
Conversation
efbe9d4
to
f961833
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #699 +/- ##
=======================================
Coverage 97.83% 97.83%
=======================================
Files 1 1
Lines 2398 2402 +4
=======================================
+ Hits 2346 2350 +4
Misses 52 52
☔ View full report in Codecov by Sentry. |
@paugier thanks for this; currently A potential issue I see here is that you made a change in
(Trying to avoid a situation down the road where someone wonders e.g. why |
#699, #696, #691, #690 are all the same. I suggest someone look into this comment and push their PR forward with a solution. |
thanks for contribution. |
This could fix #689 (see also #1191).
Note that I have no idea of the consequence of this simple change... However, it would be interesting to check if the tests could succeed with pycodestyle 2.11.0.