Skip to content

build: use ruff instead of isort, black, and flake8#58

Merged
NyanKiyoshi merged 2 commits intomainfrom
build/use-ruff
Mar 5, 2026
Merged

build: use ruff instead of isort, black, and flake8#58
NyanKiyoshi merged 2 commits intomainfrom
build/use-ruff

Conversation

@NyanKiyoshi
Copy link
Copy Markdown
Owner

Drops all the previous linters & formatters (isort, black, flake8) in favor of the modern alternative: ruff.

Changes Checklist

  • The changes were tested (manually)
  • The changes are tested automatically (pytest)
  • The changes are optimized and clean
  • The changes are documented:
    • The code is documented
    • The readme is up to date
    • The documentation (readthedocs) is up to date and tested

Drops all the previous linters & formatters (isort, black, flake8) in favor of the modern alternative: ruff.
@NyanKiyoshi NyanKiyoshi self-assigned this Mar 5, 2026
@NyanKiyoshi NyanKiyoshi added the enhancement New feature or request label Mar 5, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.25%. Comparing base (4dc49fe) to head (4d130ae).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   96.25%   96.25%           
=======================================
  Files           7        7           
  Lines         347      347           
  Branches       42       42           
=======================================
  Hits          334      334           
  Misses          7        7           
  Partials        6        6           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@NyanKiyoshi NyanKiyoshi marked this pull request as ready for review March 5, 2026 21:27
@NyanKiyoshi NyanKiyoshi merged commit f5395ef into main Mar 5, 2026
19 checks passed
@NyanKiyoshi NyanKiyoshi deleted the build/use-ruff branch March 5, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant