Skip to content

Fix pylint linting issues in configure_indicator.py#6

Merged
icamys merged 1 commit intomainfrom
fix-pylint-issues
Feb 3, 2026
Merged

Fix pylint linting issues in configure_indicator.py#6
icamys merged 1 commit intomainfrom
fix-pylint-issues

Conversation

@icamys
Copy link
Copy Markdown
Owner

@icamys icamys commented Feb 3, 2026

  • Add module docstring
  • Replace exit() with sys.exit()
  • Fix long lines (break lines over 100 characters)
  • Use context manager (with) for file opening
  • Specify encoding for file operations
  • Add pylint disable comments for exec-used and undefined-variable

- Add module docstring
- Replace exit() with sys.exit()
- Fix long lines (break lines over 100 characters)
- Use context manager (with) for file opening
- Specify encoding for file operations
- Add pylint disable comments for exec-used and undefined-variable

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@icamys icamys merged commit d3ff193 into main Feb 3, 2026
1 check passed
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.

1 participant