chore: fix pylint message redefined-variable-type#889
Draft
jenstroeger wants to merge 1 commit intooracle:stagingfrom
Draft
chore: fix pylint message redefined-variable-type#889jenstroeger wants to merge 1 commit intooracle:stagingfrom
jenstroeger wants to merge 1 commit intooracle:stagingfrom
Conversation
efaebee to
3d309e0
Compare
Signed-off-by: Jens Troeger <jens.troeger@light-speed.de>
3d309e0 to
2a69104
Compare
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.
This change is part of issue #876 and addresses the
redefined-variable-typecheck messages.I’m torn about this change, because it seems to be an issue with
pylintas well: pylint-dev/pylint#8955. Perhaps it would make more sense to disable themultiple-typeschecker until the issue is resolved 🤔I’ll add the appropriate configuration to pyproject.toml in a separate PR later.