FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: clean up all ruff lint errors (closes #275) by JingliangGao · Pull Request #324 · algorithmicsuperintelligence/optillm · GitHub

fix: clean up all ruff lint errors (closes #275) - #324

Open
JingliangGao wants to merge 1 commit into
algorithmicsuperintelligence:mainfrom
JingliangGao:fix-lint-issues-upstream
Open

fix: clean up all ruff lint errors (closes #275)#324
JingliangGao wants to merge 1 commit into
algorithmicsuperintelligence:mainfrom
JingliangGao:fix-lint-issues-upstream

Conversation

Copy link
Copy Markdown
  • Replace bare 'except:' with specific exception types (Exception, ValueError, etc.)
  • Remove unused imports and variables
  • Fix duplicate method definition in steering.py
  • Fix type comparisons to use 'is' instead of '==' for bool checks
  • Add noqa comments for intentional import-for-side-effect patterns
  • Fix module-level import ordering where appropriate

…ce#275)

- Replace bare 'except:' with specific exception types (Exception, ValueError, etc.)
- Remove unused imports and variables
- Fix duplicate method definition in steering.py
- Fix type comparisons to use 'is' instead of '==' for bool checks
- Add noqa comments for intentional import-for-side-effect patterns
- Fix module-level import ordering where appropriate

CLAassistant commented Jul 31, 2026
edited
Loading

Copy link
Copy Markdown


All committers have signed the CLA.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL