-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add E231 ignore to flake8 checs, conflicts with black #2108
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2108 +/- ##
======================================
Coverage 86% 86%
======================================
Files 75 75
Lines 4710 4710
======================================
Hits 4067 4067
Misses 643 643 |
I don't understand this change. If one does not use black, this ignores the whitespace rules. Pretty sure this is undesired? With my comment in the other PR I did not mean to say we should ignore the rule simply because I saw a warning. It is likely a bug with black itself. |
just thinking what about dictionary @kumuji mind check is something similar was reported in Black already - that PEP speaks complain about black patterns? |
I haven't seen anything like it in black repo, not sure if it is a bug though. It just appears not frequently. |
hey, any update here? 🦝 |
Seems like this error rarely appears, probably it is not necessary. |
just looking around and found psf/black#1289 and psf/black#429 |
Before submitting
What does this PR do?
Fixes problem with pep8speaks
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃