| name | fix-black |
| description | Automatically fix black code formatting issues in any Azure SDK for Python package |
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.toml for repo-wide configuration