Skip to content

Format Python code with black#2

Merged
justinmadison merged 2 commits intomainfrom
fix/python-tests
Nov 8, 2025
Merged

Format Python code with black#2
justinmadison merged 2 commits intomainfrom
fix/python-tests

Conversation

@justinmadison
Copy link
Member

@justinmadison justinmadison commented Nov 7, 2025

  • Run black on python/ directory to fix formatting issues
  • Reformatted 4 files: agent.py, tool_dispatcher.py, base.py, llama_cpp_backend.py
  • All tests still pass after formatting

This fixes the black format check failures in GitHub CI.

🤖 Generated with Claude Code

Description

Brief description of what this PR does.

Closes #(issue number)

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Tests
  • Build/CI changes

Changes Made

  • List key changes
  • One per line
  • Be specific

Testing

  • Tests pass locally (pytest tests/)
  • Added new tests for new features
  • Tested manually (describe below)
  • No regressions in existing functionality

Manual Testing:
Describe how you tested this change manually.

Performance Impact

  • No performance impact
  • Improves performance
  • May impact performance (explain below)

Documentation

  • Updated relevant documentation
  • Added code comments for complex logic
  • Updated CHANGELOG (if applicable)
  • Added/updated docstrings

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Add screenshots to help reviewers understand your changes.

Additional Notes

Any additional information reviewers should know.

justinmadison and others added 2 commits November 7, 2025 08:26
- Run black on python/ directory to fix formatting issues
- Reformatted 4 files: agent.py, tool_dispatcher.py, base.py, llama_cpp_backend.py
- All tests still pass after formatting

This fixes the black format check failures in GitHub CI.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This file is already in .gitignore and should not be tracked as it
contains user-specific local settings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@justinmadison justinmadison merged commit dda8f89 into main Nov 8, 2025
6 of 7 checks passed
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