Skip to content

style: apply formatting fixes before linter setup#41

Open
nearlyforget wants to merge 7 commits intoUniversal-Commerce-Protocol:mainfrom
nearlyforget:style/clean-fixes
Open

style: apply formatting fixes before linter setup#41
nearlyforget wants to merge 7 commits intoUniversal-Commerce-Protocol:mainfrom
nearlyforget:style/clean-fixes

Conversation

@nearlyforget
Copy link

Description
This PR applies consistent code style and structural fixes across the
repository. These changes were automatically generated by pre-commit
hooks (Ruff, Prettier, and standard file-hygiene tools).

Note: This PR contains zero functional changes. It is intended to be
merged first to "clean the slate" so that future feature PRs are not
cluttered with unrelated formatting diffs.

Key Changes

  • Python (Ruff): Standardized indentation, import sorting, and linting
    fixes across all Python samples (a2a/business_agent, rest/python).
  • TypeScript/Frontend (Prettier): Unified formatting for React
    components, Node.js scripts, and TypeScript configurations
    (a2a/chat-client, rest/nodejs).
  • Markdown & Documentation: Fixed inconsistent spacing, list
    formatting, and table structures in all .md files.
  • Data Integrity: Validated and formatted JSON/CSV test data files to
    ensure they are well-formed and end with proper newlines.
  • Hygiene: Removed trailing whitespace and fixed missing end-of-file
    newlines across 70+ files.

@nearlyforget nearlyforget marked this pull request as ready for review February 11, 2026 00:13
@nearlyforget nearlyforget requested a review from a team February 11, 2026 00:13
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