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 #518

Merged
merged 6 commits into from
May 25, 2023
Merged

Ruff import sorting #518

merged 6 commits into from
May 25, 2023

Conversation

ircwaves
Copy link
Contributor

@ircwaves ircwaves commented May 18, 2023

Related Issue(s):

Description:

Enable ruff import sorting, and add option to auto-fix.

PR Checklist:

  • Code is formatted
  • Tests pass
  • Changes are added to the CHANGELOG

@codecov-commenter
Copy link

codecov-commenter commented May 18, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (75ba746) 88.34% compared to head (04a9d1e) 88.34%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #518   +/-   ##
=======================================
  Coverage   88.34%   88.34%           
=======================================
  Files          13       13           
  Lines         987      987           
=======================================
  Hits          872      872           
  Misses        115      115           
Impacted Files Coverage Δ
pystac_client/cli.py 69.56% <100.00%> (ø)
pystac_client/collection_client.py 84.61% <100.00%> (ø)
pystac_client/stac_api_io.py 90.99% <100.00%> (ø)
pystac_client/warnings.py 86.20% <100.00%> (ø)

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

.pre-commit-config.yaml Outdated Show resolved Hide resolved
@gadomski gadomski enabled auto-merge (squash) May 25, 2023 14:27
@gadomski gadomski merged commit 871c41f into stac-utils:main May 25, 2023
17 checks passed
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
3 participants