black v21.4.b2 Release Notes

  • Black

    • 🛠 Fix crash if the user configuration directory is inaccessible. (#2158)

    • Clarify circumstances in which Black may change the AST (#2159)

    • 👍 Allow .gitignore rules to be overridden by specifying exclude in pyproject.toml or on the command line. (#2170)

    Packaging

    • 0️⃣ Install primer.json (used by black-primer by default) with black. (#2154)