Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 301 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 301 Bytes

blacken-scripts

Scripts to help in applying black to a Python repo and its open PRs

Preparing for Black

  1. Run ./add-pre-black-labels.sh YOUR_ORG/YOUR_REPO YOUR_BASE_BRANCH to add a pre-black-conflict to all open PRs with merge conflicts before black.

  2. Resolve conflicts and re-run.