-
Notifications
You must be signed in to change notification settings - Fork 435
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
update Black with line 120 #755
Conversation
for more information, see https://pre-commit.ci
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #755 +/- ##
=======================================
Coverage 91.49% 91.49%
=======================================
Files 17 17
Lines 1622 1622
=======================================
Hits 1484 1484
Misses 138 138 |
@Borda If we use Ruff, I believe that we can remove black. |
tbh, never tried but still, I may tend to keep it... of have the same setting? :) |
Let's do this @Borda. I'll go ahead and merge this since I am a fan of 120. FYI on the differences between Ruff and Black for formatting. They are fairly subtle at the moment. https://docs.astral.sh/ruff/formatter/#the-ruff-formatter |
What does this PR do?
seems that the black config was a dummy one with lots of not-relevant settings to this project
Moreover changing the line length to 120 as it is already with flake8 and it common standard now