Skip to content

Fix: Remove deprecated suggestion-mode from .pylintrc and patch unassigned variable - #56

Open
Ashishmillipixels01 wants to merge 2 commits into
sede-open:mainfrom
Ashishmillipixels01:fix-lint-and-scoping-bugs
Open

Fix: Remove deprecated suggestion-mode from .pylintrc and patch unassigned variable#56
Ashishmillipixels01 wants to merge 2 commits into
sede-open:mainfrom
Ashishmillipixels01:fix-lint-and-scoping-bugs

Conversation

@Ashishmillipixels01

Copy link
Copy Markdown

Description

Running pylint currently crashes with an unrecognized option error in newer versions because of the deprecated suggestion-mode in .pylintrc. This PR removes the deprecated option so the linting pipeline succeeds.

Furthermore, upon running the linter, an E0606 (possibly-used-before-assignment) issue was surfaced in src/pyelq/preprocessing.py. This PR initializes time_out and renames the redefined field variable to resolve the scoping bug.

bvandekerkhof
bvandekerkhof previously approved these changes Jul 14, 2026

@bvandekerkhof bvandekerkhof left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for contributing! Looks good to me. Can you please ensure your commits have verified signatures to ensure we can merge this PR into main. Thanks

@bvandekerkhof bvandekerkhof left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please update the commits to have verified signature.

@bvandekerkhof
bvandekerkhof dismissed their stale review July 14, 2026 07:15

Need verified signatures to pass check

@bvandekerkhof
bvandekerkhof self-requested a review July 14, 2026 07:15
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