Fix ruff errors - #715
Merged
Merged
Conversation
Fix ruff errors PLC0415
it seems too heavy to use optional import logic in this case
removes ruff error S101
deals with S310, B904 Ruff errors
resolves ruff error B028
deals with ruff error B904
deals with ruff error UP031
deals with ruff errors S101, S701
deals with ruff error PLW0127
deals with ruff errors S101
deals with ruff errors A002, E721
deals with A002 ruff error
deals with ruff errors A002, S307, E721, A001
deals with UP031 ruff error
however keep F401 for __init__ files
milton-minervino
force-pushed
the
fix/ruff-errors
branch
from
June 9, 2026 15:25
e7c9651 to
448b58d
Compare
milton-minervino
marked this pull request as ready for review
June 9, 2026 15:27
guerinclement
approved these changes
Jun 9, 2026
guillaume-vignal
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR deals with ruff linting errors. Originally,
ruff checkreturns several errors. We solve them by refactoring all the necessary code.Furthermore, we refactor and fix code to get rid of many ruff lint exceptions listed under
[tool.ruff.lint.per-file-ignores]inpyproject.toml.Fixes #587
Type of change
How Has This Been Tested?
Pass all unit tests with
pytest.ruff checkreturnsAll checks passed!Test Configuration:
Checklist: