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

Fix lint, and replace black+isort+flake8 with Ruff #329

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

jeremyh
Copy link
Collaborator

@jeremyh jeremyh commented Feb 12, 2024

The lint build didn't seem to be fully frozen, as it has started failing in develop.

We'll go ahead and replace the hybrid set of linting tools with Ruff.

Ruff seems well made, fast, and we've used it successfully in our other repos.

Includes other general clean-up.

Ruff seems well made, faset, and we've used it successfully in our other repos.
Move this repo to use it too.

Includes general clean-up.
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (c2c3d81) 84.39% compared to head (8cc87e0) 84.39%.
Report is 2 commits behind head on develop.

Files Patch % Lines
eodatasets3/wagl.py 28.57% 5 Missing ⚠️
eodatasets3/prepare/landsat_l1_prepare.py 50.00% 1 Missing ⚠️
eodatasets3/prepare/s2_common.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #329   +/-   ##
========================================
  Coverage    84.39%   84.39%           
========================================
  Files           26       26           
  Lines         4504     4504           
========================================
  Hits          3801     3801           
  Misses         703      703           

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

@jeremyh jeremyh merged commit d3bd04c into opendatacube:develop Feb 13, 2024
6 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.

2 participants