Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/nipyPublic

extend-select and additional ruff rules#587

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
DimitriPapadopoulos wants to merge14 commits intonipy:main
base:main
Choose a base branch
Loading
fromDimitriPapadopoulos:extend-select

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

@DimitriPapadopoulosDimitriPapadopoulosforce-pushed theextend-select branch 8 times, most recently from5973912 toeefd30eCompareDecember 25, 2024 22:52
F507 `%`-format string has 1 placeholder(s) but 2 substitution(s)
F541 f-string without any placeholders
F811 Redefinition of unused function
E701 Multiple statements on one line (colon)
E702 Multiple statements on one line (semicolon)
E703 Statement ends with an unnecessary semicolon
E711 Comparison to `None` should be `is None`
E714 Test for object identity should be `is not`
W191 Indentation contains tabs
W605 Invalid escape sequence: `\.`
SIM103 Return the negated condition directly
PERF401 Use `list.extend` to create a transformed list
RUF022 `__all__` is not sorted
Add a few rules in the process.
@codecovCodecov
Copy link

codecovbot commentedDec 25, 2024

Codecov Report

Attention: Patch coverage is74.68354% with20 lines in your changes missing coverage. Please review.

Project coverage is 84.66%. Comparing base(7d90ecc) to head(b01fe7f).

Files with missing linesPatch %Lines
nipy/algorithms/statistics/utils.py12.50%14 Missing⚠️
nipy/labs/viz_tools/coord_tools.py0.00%2 Missing and 2 partials⚠️
nipy/core/reference/tests/test_matrix_groups.py0.00%1 Missing⚠️
nipy/labs/viz_tools/maps_3d.py0.00%1 Missing⚠️
Additional details and impacted files
@@           Coverage Diff           @@##             main     #587   +/-   ##=======================================  Coverage   84.66%   84.66%           =======================================  Files         294      294             Lines       27452    27467   +15       Branches     3154     3149    -5     =======================================+ Hits        23243    23256   +13- Misses       3265     3267    +2  Partials      944      944

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

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@DimitriPapadopoulos

[8]ページ先頭

©2009-2025 Movatter.jp