black 23.3.0-1 source package in Ubuntu

Changelog

black (23.3.0-1) unstable; urgency=medium

  * upload to unstable

 -- Sylvestre Ledru <email address hidden>  Tue, 13 Jun 2023 13:53:20 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_23.3.0-1.dsc 2.8 KiB 9c528d140c0d1438f936429cb6111844c894bbddb298e422de0b241c88bce3d6
black_23.3.0.orig.tar.gz 1.2 MiB 32e916d1cdc982f7249a18c8780d18111dba749cd5b9fcab73f80c8a372e7192
black_23.3.0-1.debian.tar.xz 10.9 KiB 614b26c2c3b2120bc8ada4ab5780aac43fee4960b49f573f2c51f25f298e6288

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.