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

Ruff import sorting #1132

Merged
merged 2 commits into from
May 25, 2023
Merged

Ruff import sorting #1132

merged 2 commits into from
May 25, 2023

Conversation

ircwaves
Copy link
Member

Related Issue(s):

Description:
Enables and applies Ruff's import sorting feature

PR Checklist:

  • pre-commit hooks pass locally
  • Tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (7256486) 90.35% compared to head (151bc80) 90.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1132   +/-   ##
=======================================
  Coverage   90.35%   90.35%           
=======================================
  Files          48       48           
  Lines        6343     6343           
  Branches      944      944           
=======================================
  Hits         5731     5731           
  Misses        431      431           
  Partials      181      181           
Impacted Files Coverage Δ
pystac/catalog.py 92.90% <100.00%> (ø)
pystac/extensions/raster.py 90.46% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gadomski gadomski self-requested a review May 25, 2023 14:27
@gadomski gadomski added this to the 1.8 milestone May 25, 2023
@gadomski gadomski added this pull request to the merge queue May 25, 2023
Merged via the queue into stac-utils:main with commit add2fe9 May 25, 2023
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.

Enable ruff's I rules
2 participants