Skip to content

🎼 Code Conductor 0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 06:46
· 12 commits to main since this release
bf9722c

Fixed

  • 🧹 Code quality improvements: Comprehensive cleanup for consistent standards
    • Applied black formatting to all Python files for consistent code style
    • Removed trailing whitespace from all source files
    • Ensured all Python files end with proper newlines
    • Fixed import order violations (E402) in test files
    • Added noqa comments for unavoidable import order issues
    • All tests pass (17/17) with zero linting violations