Skip to content

Conversation

@bhimrazy
Copy link
Collaborator

@bhimrazy bhimrazy commented Nov 16, 2025

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

This PR addresses lint errors across the codebase by:

  • Removing unused lint ignores and cleaning up type annotations
  • Fixing pyupgrade issues UP007 and UP045 (e.g., removing unnecessary imports and upgrading syntax)
  • Resolving type issues related to multiprocessing Queue

follow-up to #751

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@bhimrazy bhimrazy marked this pull request as draft November 16, 2025 13:45
@codecov
Copy link

codecov bot commented Nov 16, 2025

Codecov Report

❌ Patch coverage is 98.54369% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 80%. Comparing base (0770595) to head (a7befd0).

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #754   +/-   ##
===================================
  Coverage    80%    80%           
===================================
  Files        52     52           
  Lines      7343   7348    +5     
===================================
+ Hits       5883   5888    +5     
  Misses     1460   1460           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bhimrazy bhimrazy changed the title fix: lint errors Fix lint errors (UP007, UP045, UP006 & UP035) and clean up type annotations Nov 16, 2025
@bhimrazy bhimrazy changed the title Fix lint errors (UP007, UP045, UP006 & UP035) and clean up type annotations fix: lint errors (UP007, UP045, UP006 & UP035) Nov 16, 2025
@bhimrazy bhimrazy self-assigned this Nov 16, 2025
@bhimrazy bhimrazy added the enhancement New feature or request label Nov 16, 2025
Copy link
Collaborator Author

@bhimrazy bhimrazy left a comment

Choose a reason for hiding this comment

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

Checked

@bhimrazy bhimrazy marked this pull request as ready for review November 16, 2025 14:52
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