Skip to content

style: apply black formatting to fix CI lint failure - #108

Open
github-actions[bot] wants to merge 1 commit into
fix/sec-83-banditfrom
claude-auto-fix-ci-fix/sec-83-bandit-30052980775
Open

style: apply black formatting to fix CI lint failure#108
github-actions[bot] wants to merge 1 commit into
fix/sec-83-banditfrom
claude-auto-fix-ci-fix/sec-83-bandit-30052980775

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Root cause

The lint-and-test-backend CI job runs black --check and failed because 8 files were not formatted to black's standard:

  • services/orchestrator/goal_conversation_service.py
  • services/orchestrator/main_with_hierarchy.py
  • services/orchestrator/sandbox_manager.py
  • services/orchestrator/simple_main.py
  • services/orchestrator/tests/test_claude_code_wrapper.py
  • services/orchestrator/tests/test_auth_authz.py
  • services/orchestrator/tests/test_hierarchy_ws_authz.py
  • services/orchestrator/tests/test_residual_authz.py

Fix

Applied python -m black to all 8 files. No logic changes — formatting only.

Fixes CI failure from PR #98 (run https://github.com/izzywdev/FuzeAgent/actions/runs/30052681695).

🤖 Generated with Claude Code

8 files were flagged by `black --check` in the lint-and-test-backend CI job.
Applied `black` to bring them into compliance with no logic changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
github-actions Bot requested a review from izzywdev as a code owner July 23, 2026 23:23
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.

0 participants