[PyCon.de sprints] Fix various pylint finds - #2518
Conversation
Remove re-imports, unused variables, implicit string concatenation, overly complex assignment.
jaimergp
left a comment
There was a problem hiding this comment.
Thanks! Just one little change about those imports. We are already importing a few things from vsts so no need to keep any inlined.
|
Can the pylint rules which found those things be activated via the rules list at https://github.com/conda-forge/conda-smithy/blob/main/pyproject.toml#L46? |
|
@dbast For the re-imports, pylint's For the So in summary, ruff seems to be missing some rules to catch these specific issues that were detected by pylint. |
Remove re-imports, unused variables, implicit string concatenation, overly complex assignment.
Checklist
newsentrypython -m conda_smithy.schema)