Skip to content

remove unused imports - add ruff check#696

Merged
atravitz merged 14 commits intomainfrom
clean_up_imports
Jan 23, 2026
Merged

remove unused imports - add ruff check#696
atravitz merged 14 commits intomainfrom
clean_up_imports

Conversation

@atravitz
Copy link
Copy Markdown
Contributor

Tips

  • Comment "pre-commit.ci autofix" to have pre-commit.ci atomically format your PR.
    Since this will create a commit, it is best to make this comment when you are finished with your work.

Checklist

  • Added a news entry

Developers certificate of origin

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.79%. Comparing base (946716b) to head (55419a1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #696      +/-   ##
==========================================
+ Coverage   98.76%   98.79%   +0.03%     
==========================================
  Files          40       40              
  Lines        2508     2491      -17     
==========================================
- Hits         2477     2461      -16     
+ Misses         31       30       -1     

☔ 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.

@atravitz
Copy link
Copy Markdown
Contributor Author

note: codecov is only failing because of reduced lines of executed code

@atravitz atravitz requested a review from mikemhenry January 12, 2026 15:48
Copy link
Copy Markdown
Contributor

@mikemhenry mikemhenry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- really just one question RE: do we want to exclude vendor code from out linters/formatters

@atravitz
Copy link
Copy Markdown
Contributor Author

excluded vendors, I think that's a good idea. thanks @mikemhenry !

@github-actions
Copy link
Copy Markdown

No API break detected ✅

@atravitz atravitz enabled auto-merge (squash) January 23, 2026 18:07
@atravitz atravitz merged commit 5183df9 into main Jan 23, 2026
14 checks passed
@atravitz atravitz deleted the clean_up_imports branch January 23, 2026 18:09
atravitz added a commit that referenced this pull request Mar 2, 2026
* drop abc inheritance from ComponentMapping

* remove unused imports in tests

* update pyproject.toml

* remove more unused imports

* remove more unused imports

* add comments

* Revert "drop abc inheritance from ComponentMapping"

This reverts commit 24c2b8d.

* fixing a few imports

* add ignores to vendored code

* remove no-op

* omit vendored code from formatting

* omit vendored code from formatting
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.

2 participants