Skip to content

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

@JingliangGao

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

CLAassistant commented Jul 31, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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