-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
PEP 8: E203 (whitespace before :) violation #1841
Labels
R: duplicate
This issue or pull request already exists
R: not a bug
This is deliberate behavior of Black.
Comments
Oh, did not find this is in the docs. Thanks for the information! |
ichard26
added
R: duplicate
This issue or pull request already exists
R: not a bug
This is deliberate behavior of Black.
and removed
T: bug
Something isn't working
labels
Nov 27, 2020
ryanpetrello
added a commit
to ryanpetrello/awx
that referenced
this issue
Mar 24, 2021
softwarefactory-project-zuul bot
added a commit
to ansible/awx
that referenced
this issue
Mar 24, 2021
fix busted pep8 collection tests see: psf/black#1841 Reviewed-by: Elijah DeLee <[email protected]> Reviewed-by: Matt Clay <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
R: duplicate
This issue or pull request already exists
R: not a bug
This is deliberate behavior of Black.
Black violates PEP 8: E203 whitespace before ':' when using a method call as first slicing index
Steps to reproduce the behavior:
Playground Link
Expected behavior
Environment (please complete the following information):
Does this bug also happen on master?
Yes, Playground Link
The text was updated successfully, but these errors were encountered: