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

Run isort across entire codebase #260

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Conversation

yarikoptic
Copy link
Member

  • for consistency since we already have isort configuration
  • to trigger a release ;)

I hope there would be no side-effects on the order of imports -- all trust goes into tests!

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "bash -c 'git ls-files '\"'\"'**/*.py'\"'\"' | xargs isort'",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@yarikoptic yarikoptic added release Create a release when this pr is merged internal Changes only affect the internal API labels Jan 17, 2024
Copy link

codeclimate bot commented Jan 17, 2024

Code Climate has analyzed commit 67dfdc1 and detected 11 issues on this pull request.

Here's the issue category breakdown:

Category Count
Security 11

View more on Code Climate.

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cdf71a5) 94.70% compared to head (67dfdc1) 94.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
- Coverage   94.70%   94.64%   -0.07%     
==========================================
  Files          24       24              
  Lines        1134     1120      -14     
==========================================
- Hits         1074     1060      -14     
  Misses         60       60              

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

@yarikoptic
Copy link
Member Author

I don't see some obvious issues, CI is happy, let's see what happens

@yarikoptic yarikoptic merged commit 0833cc8 into datalad:master Jan 17, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes only affect the internal API release Create a release when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant