fix-black
Installation
SKILL.md
Fix Black Formatting Issues Skill
This skill automatically fixes black code formatting issues in any Azure SDK for Python package.
Instructions
- Activate virtual environment FIRST
- Install
eng/tools/azure-sdk-tools[build] - Navigate to the package path
- Run
azpysdk --isolate black . - Review the changes with
git diff - Commit the changes
Notes
- The Azure SDK uses
eng/black-pyproject.tomlfor repo-wide configuration