Skip to content

STY: Enforce more ruff rules #3437

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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Mar 2, 2025

Codecov Report

Attention: Patch coverage is 64.28571% with 5 lines in your changes missing coverage. Please review.

Project coverage is 73.57%. Comparing base (1a0610e) to head (8a10343).

Files with missing lines Patch % Lines
fmriprep/interfaces/reports.py 0.00% 3 Missing ⚠️
fmriprep/interfaces/workbench.py 0.00% 1 Missing ⚠️
fmriprep/utils/telemetry.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3437      +/-   ##
==========================================
+ Coverage   73.52%   73.57%   +0.05%     
==========================================
  Files          60       60              
  Lines        4570     4568       -2     
  Branches      583      582       -1     
==========================================
+ Hits         3360     3361       +1     
+ Misses       1083     1081       -2     
+ Partials      127      126       -1     

☔ 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.

G004 Logging statement uses f-string
FLY002 Consider f-string instead of string join
PERF403 Use a dictionary comprehension instead of a for-loop
PGH003 Use specific rule codes when ignoring type issues
PLE1205 Too many arguments for `logging` format string
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
RUF100 Unused `noqa` directive
F841 Local variable is assigned to but never used
FURB192 Prefer `max` over `sorted()` to compute the maximum value in a sequence
RUF028 This suppression comment is invalid because it cannot be in an
expression, pattern, argument list, or other non-statement
RUF039 First argument is not raw string
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.

1 participant