[MAINT] Apply pre-commit fixes and clean up Ruff issues - #1269
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1269 +/- ##
==========================================
- Coverage 89.74% 89.73% -0.01%
==========================================
Files 71 71
Lines 8041 8040 -1
Branches 974 974
==========================================
- Hits 7216 7215 -1
Misses 583 583
Partials 242 242 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I already have the return types for all public functions typed out. The work is on this branch. If you’d prefer the type annotations to be included in this PR rather than a separate follow-up, I can update the PR accordingly. |
No you intuited right, it's better to push formatting changes separately. |
|
Is there anything that prevents a merge? |
Summary
I want to contribute type hints to make progress on #1130. Since adding a type checker and thus introducing new tooling, I first wanted to resolve the current issues reported by the existing tooling.
This PR applies the pre-commit fixes and resolves the current Ruff issues so the repository starts from a clean baseline.
Validation
tox run -e fulltox run -e docstox run -e noqa-budgetpre-commit run --all-files