Also, the two-space indentation is improved, by dynamically patching psf/black to use two spaces instead of four. As this now means the code is guaranteed not to change due to indentation changes (the AST is the same before and after black), the option is now the default.
CLI is now written using https://github.com/tiangolo/typer.
Also, the two-space indentation is improved, by dynamically patching psf/black to use two spaces instead of four. As this now means the code is guaranteed not to change due to indentation changes (the AST is the same before and after black), the option is now the default.