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

STY: Adopt ruff for linting and formatting #397

Merged
merged 14 commits into from
Dec 5, 2023

CI: Update CI to use ruff instead of flake8

7e040be
Select commit
Loading
Failed to load commit list.
Merged

STY: Adopt ruff for linting and formatting #397

CI: Update CI to use ruff instead of flake8
7e040be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 5, 2023 in 1s

76.85% (-0.13%) compared to 3b0dcdb

View this Pull Request on Codecov

76.85% (-0.13%) compared to 3b0dcdb

Details

Codecov Report

Attention: 136 lines in your changes are missing coverage. Please review.

Comparison is base (3b0dcdb) 76.98% compared to head (7e040be) 76.85%.

Files Patch % Lines
smriprep/interfaces/freesurfer.py 23.07% 20 Missing ⚠️
smriprep/cli/run.py 82.27% 14 Missing ⚠️
smriprep/workflows/outputs.py 73.58% 14 Missing ⚠️
smriprep/utils/bids.py 51.85% 13 Missing ⚠️
smriprep/workflows/surfaces.py 73.46% 13 Missing ⚠️
smriprep/workflows/anatomical.py 89.62% 11 Missing ⚠️
smriprep/interfaces/cifti.py 43.75% 9 Missing ⚠️
smriprep/interfaces/reports.py 65.38% 9 Missing ⚠️
smriprep/interfaces/surf.py 76.31% 9 Missing ⚠️
smriprep/interfaces/gifti.py 0.00% 7 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #397      +/-   ##
==========================================
- Coverage   76.98%   76.85%   -0.13%     
==========================================
  Files          28       28              
  Lines        2042     2044       +2     
  Branches      240      236       -4     
==========================================
- Hits         1572     1571       -1     
- Misses        438      442       +4     
+ Partials       32       31       -1     

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