Howdy! Sorry you're having trouble. To expedite your experience,
provide some basics for me:
the crux of the issue is that all my python code i've written is starting to resemble java. instead of looking for indentation to determine what's going on in the code, i'm starting to have to look for colons. is breaking out a conditional statement into ten lines intended behavior?
please do the needful
Operating system: Mac OS X
Python version: 2.7.10
Black version: 19.3
Does also happen on master: yes
To answer the last question, you have two options:
pip install -e .;python setup.py test; andblack like you did last time.If you write long conditionals, they'll end up being split into many lines. If you have a concrete example of code formats poorly and suggestions on how to format it better, we're happy to listen.
Most helpful comment
If you write long conditionals, they'll end up being split into many lines. If you have a concrete example of code formats poorly and suggestions on how to format it better, we're happy to listen.