We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the style change
Add two newlines between classes
Examples in the current Black style
class Foo: def test(): ... class Bar: pass
Desired style
Additional context
black version
black
black, 24.4.2 (compiled: yes) Python (CPython) 3.12.4
The text was updated successfully, but these errors were encountered:
fixed psf#4420
01d39be
As per your instruction .I have added space among all the 'class'.
No branches or pull requests
Describe the style change
Add two newlines between classes
Examples in the current Black style
Desired style
Additional context
black
versionThe text was updated successfully, but these errors were encountered: