Skip to content

Conversation

@DimitriPapadopoulos
Copy link
Contributor

No description provided.

RUF010 Use explicit conversion flag
RUF013 PEP 484 prohibits implicit `Optional`
RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
RUF022 `__all__` is not sorted
RUF023 `.__slots__` is not sorted
RUF027 Possible f-string without an `f` prefix
RUF039 First argument to `re.search()` is not raw string
@codecov
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

Attention: Patch coverage is 95.23810% with 1 line in your changes missing coverage. Please review.

Project coverage is 69.36%. Comparing base (d6d726e) to head (fd2b27d).
Report is 38 commits behind head on master.

Files with missing lines Patch % Lines
niworkflows/engine/plugin.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #919   +/-   ##
=======================================
  Coverage   69.35%   69.36%           
=======================================
  Files          86       86           
  Lines        8472     8473    +1     
  Branches     1058     1058           
=======================================
+ Hits         5876     5877    +1     
  Misses       2373     2373           
  Partials      223      223           

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

@effigies effigies merged commit a94ebbd into nipreps:master Mar 1, 2025
19 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the RUF branch March 2, 2025 13:25
effigies added a commit that referenced this pull request Mar 20, 2025
1.13.0 (March 20, 2025)

New feature release in the 1.13.x series.

This release restructures the ANTs brain extraction workflow.
This should be a backwards compatible change, but a minor release is used out of caution.

* FIX: Remove duplicated code, problematic deviation from antsBrainExtraction (#931)
* FIX: Listify numbers (#925)
* ENH: Allow + symbol in label entities (#926, #927)
* STY: Apply various ruff checks (#913, #915, #917, #918, #919, #930)
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.

2 participants