Skip to content

Replace redundant pre-commit hooks with ruff - #500

Merged
hluk merged 1 commit into
release-engineering:masterfrom
hluk:replace-isort-autoflake-with-ruff
Aug 4, 2026
Merged

Replace redundant pre-commit hooks with ruff#500
hluk merged 1 commit into
release-engineering:masterfrom
hluk:replace-isort-autoflake-with-ruff

Conversation

@hluk

@hluk hluk commented Aug 4, 2026

Copy link
Copy Markdown
Member

Ruff natively handles import sorting (I), unused imports (F401), and Python upgrade rules (UP), making these separate hooks redundant. It reads requires-python from pyproject.toml for the target version.

Assisted-by: Claude (Anthropic)

…ruff

Ruff natively handles import sorting (I), unused imports (F401),
and Python upgrade rules (UP), making these separate hooks redundant.
It reads requires-python from pyproject.toml for the target version.

Assisted-by: Claude (Anthropic)
@hluk hluk changed the title Replace isort, autoflake, pyupgrade, and Fixit pre-commit hooks with ruff Replace redundant pre-commit hooks with ruff Aug 4, 2026
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.54%. Comparing base (5ccb451) to head (e95a4ab).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #500   +/-   ##
=======================================
  Coverage   92.54%   92.54%           
=======================================
  Files          55       55           
  Lines        4279     4279           
  Branches      270      270           
=======================================
  Hits         3960     3960           
  Misses        264      264           
  Partials       55       55           
Flag Coverage Δ
unit-tests 92.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@hluk
hluk merged commit d34c821 into release-engineering:master Aug 4, 2026
11 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.

1 participant