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

  1. Activate virtual environment FIRST
  2. Install eng/tools/azure-sdk-tools[build]
  3. Navigate to the package path
  4. Run azpysdk --isolate black .
  5. Review the changes with git diff
  6. Commit the changes

Notes

  • The Azure SDK uses eng/black-pyproject.toml for repo-wide configuration
Installs
2
GitHub Stars
5.6K
First Seen
Jun 7, 2026
fix-black — azure/azure-sdk-for-python