We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d67e1 commit 60b5e8cCopy full SHA for 60b5e8c
CHANGES.md
@@ -21,6 +21,7 @@
21
### Packaging
22
23
<!-- Changes to how Black is packaged, such as dependency requirements -->
24
+- Change Dockerfile to hatch + compile black (#3965)
25
26
### Parser
27
docs/usage_and_configuration/black_docker_image.md
@@ -24,6 +24,8 @@ created for all unreleased
[commits on the `main` branch](https://github.com/psf/black/commits/main). This tag is
not meant to be used by external users.
+From version 23.11.0 the Docker image installs a compiled black into the image.
28
+
29
## Usage
30
31
A permanent container doesn't have to be created to use _Black_ as a Docker image. It's
0 commit comments