Skip to content

Run Black formatter on codebase#74

Merged
InauguralPhysicist merged 2 commits intoclaude/merge-truthiness-tests-01LM6Eg1JwH9otqqjRLU1eEBfrom
copilot/sub-pr-73
Nov 23, 2025
Merged

Run Black formatter on codebase#74
InauguralPhysicist merged 2 commits intoclaude/merge-truthiness-tests-01LM6Eg1JwH9otqqjRLU1eEBfrom
copilot/sub-pr-73

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 23, 2025

Applied Black formatter to entire Python codebase per maintainer request.

Changes:

  • Reformatted src/eigenscript/compiler/codegen/llvm_backend.py with trailing commas and line formatting improvements
  • 66 files already compliant, no changes needed
# Before
raise CompilerError(
    f"Function '{mangled_name}' not found",
    hint=f"Make sure module '{module_name}' is imported and compiled first",
    node=node
)

# After
raise CompilerError(
    f"Function '{mangled_name}' not found",
    hint=f"Make sure module '{module_name}' is imported and compiled first",
    node=node,
)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Nov 23, 2025
Co-authored-by: InauguralPhysicist <217690737+InauguralPhysicist@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement EigenScript standard library phase 6 Run Black formatter on codebase Nov 23, 2025
@InauguralPhysicist InauguralPhysicist marked this pull request as ready for review November 23, 2025 15:09
@InauguralPhysicist InauguralPhysicist merged commit 82b1135 into claude/merge-truthiness-tests-01LM6Eg1JwH9otqqjRLU1eEB Nov 23, 2025
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