black 24.4.0-2 source package in Ubuntu

Changelog

black (24.4.0-2) unstable; urgency=medium

  * Team upload
  * Note that package Breaks python3-pylsp-black (<< 2.0.0-4)

 -- Julian Gilbey <email address hidden>  Fri, 19 Apr 2024 18:00:06 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_24.4.0-2.dsc 2.8 KiB 139727be2f354ed9c70bf0fe1aee06bb009d6b39163b4ebb303e29625279cf14
black_24.4.0.orig.tar.gz 1.2 MiB b9997dd5ae71ca0e948de13250d33ccd0ef1feec0394801f59cdb1ab1026881f
black_24.4.0-2.debian.tar.xz 10.8 KiB 1043da0d7a50f72d043c56876e63d34ba3c3686b2c314e3b1d95dea3bc6a2bbc

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.