-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Surveying defaults #1812
Comments
I'm pretty on board with changing the defaults to
for isort 6+. Or more directly, making combine_as_imports true part of the black profile, and making isort default to using the black profile. I haven't seen much usage of |
I'm a fan of sticking to defaults, so only change these settings so they align with
|
@WhyNotHugo, you know how I feel about this, and certainly you must know that your argument of it being along black's mentality is only true from one perspective, but not true from just as many others. I don't feel as an owner who would push his way on others, so if I genuinely felt or there was considerable usage of that setting across the community I would entertain it. As it is currently, I don't see it too often and I think that, your way of thinking about it while certainly true for you, isn't the community consensus, and most people prefer the imports to be grouped and that most people see the absence of that setting as much more aligned with how black formats. |
If I say that this is the defaults the most users want, what are the chances for defaults to be changed?
There is actually a way to survey the defaults.
survey_defaults = true
pyproject.toml
and addsurvey_defaults=true
to it. This option will signal that these are the options that you want to see as default."The text was updated successfully, but these errors were encountered: