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

[TOOL] Address minor change in black formatter >= 24.1.0 #131

Merged
merged 1 commit into from Feb 8, 2024

Conversation

joweich
Copy link
Owner

@joweich joweich commented Feb 8, 2024

Due to psf/black#3796, our dummy methods aren't compliant with Black >= 24.1.0 anymore. This PR fixes this.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2861497) 89.65% compared to head (549bfa7) 90.34%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
+ Coverage   89.65%   90.34%   +0.69%     
==========================================
  Files           1        1              
  Lines         261      259       -2     
==========================================
  Hits          234      234              
+ Misses         27       25       -2     
Flag Coverage Δ
unittests 90.34% <100.00%> (+0.69%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@joweich joweich merged commit c93db7c into main Feb 8, 2024
11 checks passed
@joweich joweich deleted the fix/black-compliance branch February 8, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants