Skip to content

fix(lint): resolve ruff F401/I001/F541 from Step 1/2 merge - #15

Merged
ManSio merged 1 commit into
mainfrom
fix/ruff-lint-main
Aug 28, 2026
Merged

fix(lint): resolve ruff F401/I001/F541 from Step 1/2 merge#15
ManSio merged 1 commit into
mainfrom
fix/ruff-lint-main

Conversation

@ManSio

@ManSio ManSio commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Fixes the ruff lint gate that broke main CI (run 33161251254) after the Step 1/Step 2 merge.

  • graph_tools.py: drop unused ProjectIndexerRegistry import (F401)
  • test_database_lock_selfhealing.py: drop unused WindowsProcessInspector import (F401)
  • test_graph_stage_e4.py / test_symbol_index_persistence_e4.py: sort imports (I001)
  • test_symbol_index_persistence_e4.py: drop f-prefix from placeholder-less string (F541)

No behavioral change. Local ruff check clean; pre-commit full pytest green.

- graph_tools.py: drop unused ProjectIndexerRegistry import (F401)
- test_database_lock_selfhealing.py: drop unused WindowsProcessInspector import (F401)
- test_graph_stage_e4.py / test_symbol_index_persistence_e4.py: sort imports (I001)
- test_symbol_index_persistence_e4.py: drop f-prefix from placeholder-less string (F541)

These were introduced by the Step 1/Step 2 commits and broke the main CI
ruff gate (run 33161251254). No behavioral change.
@ManSio
ManSio merged commit 910473a into main Aug 28, 2026
10 checks passed
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 22ef29ea-ed32-42e7-8616-a538db4b0b0c


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ManSio
ManSio deleted the fix/ruff-lint-main branch August 28, 2026 10:45
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