black 23.1.0-1 source package in Ubuntu

Changelog

black (23.1.0-1) unstable; urgency=medium

  * New upstream release

 -- Sylvestre Ledru <email address hidden>  Fri, 10 Feb 2023 21:55:25 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_23.1.0-1.dsc 2.8 KiB 4b2d60c27239d098631783b4a13f80a2a3e0978e19ba3134fc1c8465bb2168f3
black_23.1.0.orig.tar.gz 1.1 MiB bd39993e03f5859bb9ffe1c148d1fe4ce8041b2b10f19aea2965480cf9e2bfa3
black_23.1.0-1.debian.tar.xz 10.8 KiB 32b54263a551af28f17e0f3f4bb77b778256b515333d081c87dfbe3f50beaaa8

Available diffs

No changes file available.

Binary packages built by this source

black: uncompromising Python code formatter (Python 3)

 Black is the uncompromising Python code formatter. By using it, you
 agree to cede control over minutiae of hand-formatting. In return,
 Black gives you speed, determinism, and freedom from pycodestyle
 nagging about formatting. You will save time and mental energy for
 more important matters.
 .
 Blackened code looks the same regardless of the project you're reading.
 Formatting becomes transparent after a while and you can focus on the
 content instead.
 .
 Black makes code review faster by producing the smallest diffs
 possible.

python-black-doc: uncompromising Python code formatter (common documentation)

 Black is the uncompromising Python code formatter. This package contains
 the documentation for applying black to your code.
 .
 Blackened code looks the same regardless of the project you're reading.
 Formatting becomes transparent after a while and you can focus on the
 content instead.