Labels
Labels
51 labels
- Needed to releae with 3.14 support claimed to be complete
 - One day Black will have an API ...
 - Refactoring and removing dust :)
 - CLI and configuration
 - Black is crashing
 - Related to file collection (e.g. gitignore & cache) or file discovery and all of its configuration.
 - Editor plugins and other integrations
 - Black destroyed a valid Python file
 - Jupyter Notebooks, any color you like
 - Related to project maintenance, e.g. CI, testing, policy changes, releases
 - Installation and packaging of Black
 - How we parse code. Or fail to parse it.
 - Black is too slow. Or too fast.
 - Issues with the preview and unstable style. Add the name of the responsible feature in the title.
 - Related to --target-version, e.g. autodetection
 - Formatting changed on the second pass
 - Vim plugin
 - The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
 - How we format docstrings
 - Wasting vertical space efficiently.
 - fmt: off implementation
 - fmt: skip implementation
 - How should we split up lines?
 - Black makes our lines too long
 - Too many parentheses, not enough parentheses, and so on.
 - Related to our handling of strings
 - Fixing this would require Black to understand symmetry.
 - Full of magic
 - Good for newcomers