Daniel Krzeminski
Daniel Krzeminski
**Describe the bug** I found this bug while trying to run black on it's own source code. The file `generate_schema.py` in the scripts folder failed to get parsed properly. **To...
### Description This closes #4227 black was previously not printing any information when called with the `--quiet` and `--check` flags. the related issue makes a valid point that black should...
### Description Resolves #4399 Added an extra check before adding commas to the elements in the body of a bracket split. The check ensures that there is more than just...
Fixes #10527 I had been working on this when I saw that another PR had come out to solve this issue. I didn't see any test cases on that PR...