-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Problem
The code-quality CI check is failing on every PR due to 15 files that don't pass isort --profile=black --line-length=88 (not Black as originally reported — Black passes).
Failing files:
autobot-backend/chat_workflow/tool_handler.pyautobot-backend/llm_interface_pkg/interface.pyautobot-backend/code_analysis/src/env_analyzer.py- 12x
autobot-slm-backend/ansible/autobot@172.16.168.*/redis_client.pyandhttp_client.py
Impact
High — Every PR shows a failing CI check, which desensitizes reviewers to real failures.
Fix
python3 -m isort --profile=black --line-length=88 <files>Discovered During
Reactions are currently unavailable