black v21.10.b0 Release Notes

  • Black

    • ๐Ÿš€ Document stability policy, that will apply for non-beta releases (#2529)
    • โž• Add new --workers parameter (#2514)
    • ๐Ÿ›  Fixed feature detection for positional-only arguments in lambdas (#2532)
    • โฌ†๏ธ Bumped typed-ast version minimum to 1.4.3 for 3.10 compatibility (#2519)
    • ๐Ÿ›  Fixed a Python 3.10 compatibility issue where the loop argument was still being passed even though it has been removed (#2580)
    • ๐Ÿ—„ Deprecate Python 2 formatting support (#2523)

    Blackd

    • โœ‚ Remove dependency on aiohttp-cors (#2500)
    • โฌ†๏ธ Bump required aiohttp version to 3.7.4 (#2509)

    Black-Primer

    • โž• Add primer support for --projects (#2555)
    • ๐Ÿ–จ Print primer summary after individual failures (#2570)

    Integrations

    • ๐Ÿ‘ Allow to pass target_version in the vim plugin (#1319)
    • ๐Ÿ— Install build tools in docker file and use multi-stage build to keep the image size down (#2582)