Can not format method
code when method str parameter length default value too long
#4150
Labels
T: bug
Something isn't working
Describe the bug
Can not format
method
code when method str parameter length default value too longTo Reproduce
env: python 3.8.10
black: 23.12.1
And run it with these arguments:
python -m black .
The resulting is:
Expected behavior
The default param should be format
Environment
Additional context
Also I can define a string constant out of this method and pass the constant to the method.
But I think black should format this scene
The text was updated successfully, but these errors were encountered: