psf/black repo issues and pull requests
Memory error #3098 [ashgrantham] R: invalid
memory errer dectetord
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...
Black should have an opinion about doc strings #144 [Lukas0907] T: enhancement help wanted good first issue T: design
Operating system: Ubuntu 16.04 Python version: 3.6.1 Black version: master Does also happen on master:...
Bugs maybe #3105 [erney83] T: bug
Describe the bug To Reproduce For example, take this code: this = "code" And run it with these arguments: $ black...
convert f-string with nothing to interpolate to regular string #1156 [raybuhr] T: enhancement F: strings / docstrings
Is your feature request related to a problem? Please describe. f-strings are great. sometimes they are so great we...
Vim plugin fails to create virtualenv on NixOS #1767 [sbruder] T: bug C: vim
Describe the bug When opening vim with black installed for the first time, black tries to create the virtualenv. On...
DeprecationWarning: There is no current event loop #3110 [JelleZijlstra] T: bug C: maintenance
Running Black on Python 3.11 produces: % black ast_decompiler...
Document pre-commit with --force-exclude #3109 [Ttibsi] T: documentation skip news
Description Closes #3015 Checklist - did you ... [/] Add a CHANGELOG entry if necessary? (I don't believe this is...
cannot import name 'ParameterSource' from 'click.core' #3111 [omonimus1] T: bug
Installed multiple times on different project. Latest version( 22.3.0) gives the following error when...
Proposal: Shades of Black #3087 [JelleZijlstra] T: enhancement T: design S: needs discussion
We often get proposals for formatting changes that could be useful, but that change the AST or are otherwise unsafe....
ichard26: even-more-platforms is a branch I am working on. It is currently stalled to upstream...