psf/black repo issues and pull requests
WIP: Added function for vertically aligning inline comments #1904 [rsnk96]
Enforces vertical alignment of inline comments in consecutive lines Also addresses #379 and partially...
chore: Set permissions for GitHub actions #3043 [naveensrinivasan] skip news
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in...
flake8 #noqa comments get moved a place where they're ignored #195 [shish] T: design F: comments
Operating system: Linux Python version: 3.6 Black version: 18.4a5 Does also happen on master: ? Using a long list of...
chore: Enable codeql action #3045 [naveensrinivasan]
This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code...
follow python typing export requirements #3032 [danpf]
Description Black's __init__.py file does not explicitly alias imported modules as themselves which is required for...
Black stops looking for config at first pyproject.toml file even if there's no black section in it #2863 [slafs] T: enhancement C: configuration
Disclaimer: I was hesitant whether I should report this as a bug or rather a "Feature request". Describe the bug In...
Black's public API #779 [paugier] T: enhancement C: api
With previous versions, it was possible to just use black.format_str(string) or black.format_str(string,...
Add improved docstring processing #2885 [TomFryers]
Description One of the things discussed in issue #144 was quote placement. Reading through the discussion, there...
Standardise newlines after module-level docstrings #2996 [jpy-git]
Description Closes #1872. Does 2 things: a) Refactor EmptyLineTracker for more consistent look-back logic....
Docstring too long (issue #1632 fix) #3044 [idorrington92]
Description Fixing this issue #1632 where some docstrings were reformatted to be too long Checklist - did you...
felix-hilden: This should most likely also have the preview check, or I've missed some context.
felix-hilden: Still some comments, hang in there! And thanks for your patience 😄
Add script to ease migration to black #3038 [hbrunn]
Description I was looking for a script to update existing feature branches automatically when introducing black in...
Failed for python3.10 #3047 [mikesongming] T: bug
Describe the bug Failed to call black in python3.10 environment on MacOSX, which fixed after upgrading typed_ast by...
Move imports of `ThreadPoolExecutor` into `reformat_many()`, allowing Black-in-the-browser #3046 [Zac-HD] skip news
This is a slight perf win for use-cases that don't invoke reformat_many(), but more importantly to me today it means...
Read simple data cases automatically #3034 [saroad2]
Description When testing black formatting, the simple use cases where defined hard-coded in a list named...
dseynhae: It looks like I'm a day late and a dollar short here. I would love to see Black used by my...