flake8-black 0.3.6-1 source package in Ubuntu

Changelog

flake8-black (0.3.6-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Thu, 15 Dec 2022 06:59:56 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-black_0.3.6-1.dsc 2.0 KiB 36a3a317f67d4a5ce2e9458751e6661a9cdc1966d06c7cbb61655957db8957fd
flake8-black_0.3.6.orig.tar.gz 12.9 KiB 1d0b0ed88f13503263b61ccc5ba7df4249619bab0004b8e975c5a132a5412a7c
flake8-black_0.3.6-1.debian.tar.xz 2.3 KiB b88f7e873d35d4d523b23910d5abb6c5e8095da37abd85eb4e4647ce47cac1ee

Available diffs

No changes file available.

Binary packages built by this source

python3-flake8-black: flake8 plugin to call black as a code style validator

 This is flake8 plugin for validating Python code style with the command line
 code formatting tool Black.
 .
 Black, "The Uncompromising Code Formatter", is normally run to edit your
 Python code in place to match their coding style, a strict subset of the
 PEP 8 style guide.
 .
 The point of this plugin is to be able to run 'black --check ...' from
 within the flake8 plugin ecosystem. You might use this via a git
 pre-commit hook, or as part of your continuous integration testing.