Richard Si
Richard Si
**What's the issue:** Some of the configurable knobs don't actually have a fallback value defined even though the documentation explicitly states these values do have a default. Case in point,...
I broke the native macOS executables. [The build for 22.8.0 failed](https://github.com/psf/black/runs/8124297895?check_suite_focus=true) since the executable failed the basic sanity checks pre-upload ``` Usage: black_macos [OPTIONS] SRC ... Try 'black_macos -h' for...
22.8.0 has been cut, let the planning for 22.9.0 begin! Please use/see the associated milestone for what should ideally be done. Suggestions are welcome in this thread. I'll note that...
### Description Fixes #3080. What remains is removing unnecessary brackets because yes, you can do this: ```python for [x, y] in points: print("this is valid code!!!") ``` I'm leaving this...
With the (soon to be) introduction of mypyc into our release pipeline, releasing now means rolling the dice on whether the release automation will break or not. This would be...
With python/mypy@49983fc4955b74280226b768e2153f4407903ba9 this code ends up generating an invalid struct declaration for `Child`. ```python class Parent: def __init__(self) -> None: self.attr: object class Child(Parent): def __init__(self) -> None: self.attr: int...
### Description I resolved the merge conflicts in #2996. This PR is that PR with a few tweaks on top. Closes #2996, resolves #1872. ### Checklist - did you ......
Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced multiple W503 messages. Attempted to utilize extended-ignore and reloaded/rescanned project. Warnings persisted. I ensured no W503/W504...
Hello, If you landed here because you either got a segmentation fault or a type violation along the lines of "TypeError: set object expected; got SomeOtherType" you're in the right...
> I'm alright with making the default Black version tied to the action version being used. For context `version` was introduced because the action didn't exist for a long time...