Skip to content

Conversation

@AgnieszkaZaba
Copy link
Collaborator

New version of black (26.1.0) updated structure of files
release notes
Changing that affected our codebase:

  • only one extra empty line after .py file docstring always_one_newline_after_import
  • no new line when dealing with Strings (e.g. .replace is after the end of text, not in next line)
  • remove_parens_from_assignment_lhs

@AgnieszkaZaba AgnieszkaZaba requested a review from slayoo January 26, 2026 10:28
@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.77%. Comparing base (76506e9) to head (705d2c2).

Files with missing lines Patch % Lines
...ckends/impl_numba/methods/fragmentation_methods.py 0.00% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1796   +/-   ##
=======================================
  Coverage   86.77%   86.77%           
=======================================
  Files         414      414           
  Lines       10500    10500           
=======================================
  Hits         9111     9111           
  Misses       1389     1389           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AgnieszkaZaba
Copy link
Collaborator Author

addresses #1793

@AgnieszkaZaba
Copy link
Collaborator Author

I don't know if we should test those lines, as it is just syntax change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

numerous code formatting issues with newer black (which is used by default by pre-commit on CI!)

1 participant