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

Add support for the ruff linter and formatter #56

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

BenjaminSchubert
Copy link
Owner

This is a new linter that is gaining in popularity quickly, let's add a predefined step for it.

This also now sets CLICOLOR_FORCE=1 when color is requested, as this is what ruff listens for, and is a standard for quite a few tools

This is a new linter that is gaining in popularity quickly, let's add a
predefined step for it.

This also now sets CLICOLOR_FORCE=1 when color is requested, as this is
what ruff listens for, and is a standard for quite a few tools
Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4579155) 87.50% compared to head (0210711) 87.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   87.50%   87.64%   +0.13%     
==========================================
  Files          51       53       +2     
  Lines        2305     2331      +26     
  Branches      297      298       +1     
==========================================
+ Hits         2017     2043      +26     
  Misses        226      226              
  Partials       62       62              

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

@BenjaminSchubert BenjaminSchubert merged commit 23c06cf into main Dec 30, 2023
20 checks passed
@BenjaminSchubert BenjaminSchubert deleted the bschubert/ruff branch December 30, 2023 15:01
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.

1 participant