Skip to content

chore: fix failing CI lint errors#4584

Merged
whysosaket merged 1 commit intomainfrom
fix/ci-failing
Mar 28, 2026
Merged

chore: fix failing CI lint errors#4584
whysosaket merged 1 commit intomainfrom
fix/ci-failing

Conversation

@kartik-mem0
Copy link
Copy Markdown
Contributor

Closes CI lint failures on main

Description

Fix 4 lint errors breaking CI and resolve a ruff/isort import ordering conflict by adding known-first-party config for both tools.

  • SIM102: Combine nested if in init_cmd.py
  • F401: Remove unused load_config import in utils.py
  • I001: Fix import sorting in test_commands.py
  • RUF059: Prefix unused buf with _ in test_commands.py
  • Add [tool.ruff.lint.isort] and [tool.isort] known-first-party config to pyproject.toml

- SIM102: combine nested if statements in init_cmd.py
- F401: remove unused load_config import in utils.py
- I001: fix import sorting in test_commands.py
- RUF059: prefix unused variable with underscore in test_commands.py
- Add known-first-party config for ruff and isort to resolve import ordering conflict
@whysosaket whysosaket merged commit 4482228 into main Mar 28, 2026
3 checks passed
@whysosaket whysosaket deleted the fix/ci-failing branch March 28, 2026 16: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.

3 participants