Skip to content

Conversation

@FindHao
Copy link
Member

@FindHao FindHao commented Nov 21, 2025

Problem: The GitHub CI format-check was failing with usort errors on placeholder_replacer.py and **utils.py**, even though local make format passed without issues. This was caused by version inconsistency - the CI server was using a newer version of usort than what was available locally.

Solution:

  • Upgraded usort to the latest version locally
  • Applied usort formatting to fix import ordering in the affected files
  • This ensures consistency between local development and CI environments

Files Changed:

  • tritonparse/reproducer/placeholder_replacer.py
  • **utils.py**

Testing:

  • make format-check passes locally
  • ✅ All formatting tools (usort, ruff, black) complete successfully

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 21, 2025
@FindHao
Copy link
Member Author

FindHao commented Nov 21, 2025

include all changes in #202

@FindHao FindHao closed this Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants