Skip to content
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

allow inline dummy_implementations (aka ellipsis on the same line) to be disabled #10186

Open
toppk opened this issue Mar 1, 2024 · 0 comments
Labels
formatter Related to the formatter style How should formatted code look

Comments

@toppk
Copy link

toppk commented Mar 1, 2024

while I do appreciate ruff following black's lead, and I do think that this default not the biggest annoyance in the world, there are many eyes that are used to seeing:

class Foo:
   ...

rather than:

class Foo: ...

The latter seems somehow broken to me. I would like a configuration setting for this and all things that inline code, which at least in much of the code I've seen isn't commonly done.

Hopefully we can use this issue to gauge sentiment on this new formatting style as introduced in:
#8357

@MichaReiser MichaReiser added formatter Related to the formatter style How should formatted code look labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatter Related to the formatter style How should formatted code look
Projects
None yet
Development

No branches or pull requests

2 participants