flake8-noqa 1.2.9-2 source package in Ubuntu

Changelog

flake8-noqa (1.2.9-2) unstable; urgency=medium

  * Source-only upload to allow testing migration

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 26 Nov 2022 06:50:59 -0300

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-noqa_1.2.9-2.dsc 2.3 KiB e37ac272633bbd7fae59d10349cf6e25751c8c8544a7c6467c493e535b9a0255
flake8-noqa_1.2.9.orig.tar.gz 23.1 KiB 43fb48d2834afed129590692af53d350b3dae2b4a3c237835078aa435a8d9eca
flake8-noqa_1.2.9-2.debian.tar.xz 2.4 KiB f5f627b2a080620512a3965ec920ee9a0d5fcdf6f3be42d820d00eb784a5124a

Available diffs

No changes file available.

Binary packages built by this source

python3-flake8-noqa: Flake8 noqa comment validation

 This plugin looks for noqa comments that do not match the proper
 formatting so your # noqa comments work and do only what you expect them to.
 .
 In addition, this plugin looks for # noqa comments that are unnecessary
 because either there are no matching violations on the line or they contain
 codes that do not match existing violations.