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 ruff fast linter and formatter #1336

Merged
merged 5 commits into from
Oct 22, 2024
Merged

Add ruff fast linter and formatter #1336

merged 5 commits into from
Oct 22, 2024

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Oct 22, 2024

Add ruff extremely fast linter and formatter and use it to replace the combination of black, isort, and flake8 in our GitHub Actions Continuous Integration.

The vast majority of changes in this CR were very minor and mostly whitespace in nature that were made automatically by the ruff auto-formatter and/or ruff linter auto-fixer.

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.54%. Comparing base (ff46021) to head (f233e44).
Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1336      +/-   ##
==========================================
+ Coverage   97.72%   98.54%   +0.82%     
==========================================
  Files          22       22              
  Lines        5753     5792      +39     
==========================================
+ Hits         5622     5708      +86     
+ Misses        131       84      -47     

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

@tleonhardt tleonhardt merged commit 28bb96c into master Oct 22, 2024
42 checks passed
@tleonhardt tleonhardt deleted the ruff branch October 22, 2024 20:27
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