Skip to content

Fix ruff warnings#17

Open
dfandrich wants to merge 6 commits intopvi-github:mainfrom
dfandrich:ruff
Open

Fix ruff warnings#17
dfandrich wants to merge 6 commits intopvi-github:mainfrom
dfandrich:ruff

Conversation

@dfandrich
Copy link
Copy Markdown
Contributor

This consists of improvements like removing unused imports and variables. The
remaining warnings all appear to point to potentially legitimate errors in the
code and should be investigated. In particular, TODO comments have been added
to variables that are set but unreferenced but where it appears that they
actually ought to be used.

Some variables appear to be in preparation for future use, so these are
marked with a TODO comment instead.
These strings have no placeholders so f is unnecessary and slower.
This is a cleaner approach then import and catching an exception.
This makes the code easier to understand.
@pvi-github
Copy link
Copy Markdown
Owner

Hello... after 0.3 refactoring this PR will need to be updated. there are conflicts and IINM test are passing.

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