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

Swap out isort/flake8 in favor of ruff #457

Merged
merged 2 commits into from
Mar 21, 2023

Conversation

jpolchlo
Copy link
Contributor

Related Issue(s):
Closes #452

Description:
This PR replaces isort and flake8 with Ruff, and attempts to configure Ruff to match the previous configuration of flake. Note that E203 and W503 are not supported by Ruff, though these were in the ignore column, so this shouldn't matter.

PR Checklist:

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

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (16bd8c7) 87.15% compared to head (14e33f4) 87.15%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #457   +/-   ##
=======================================
  Coverage   87.15%   87.15%           
=======================================
  Files          11       11           
  Lines         833      833           
=======================================
  Hits          726      726           
  Misses        107      107           
Impacted Files Coverage Δ
pystac_client/__init__.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@gadomski gadomski added this to the 0.7.0 milestone Mar 21, 2023
@gadomski gadomski merged commit d2ce038 into stac-utils:main Mar 21, 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.

Switch to ruff
3 participants