flake8-noqa 1.3.2-2 source package in Ubuntu

Changelog

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

  * Source-only upload to allow testing migration

 -- Josenilson Ferreira da Silva <email address hidden>  Tue, 25 Jul 2023 21:27:52 -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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-noqa_1.3.2-2.dsc 2.4 KiB d88bda1dc37a3384ca6550c81d7ddeb8b4d90a743efbadd23f73cc3784c4c0b1
flake8-noqa_1.3.2.orig.tar.gz 22.6 KiB cd2f0c3598b9555bb4cc875c0eea69fb1218b10cc26bb9b0907ad831d6958530
flake8-noqa_1.3.2-2.debian.tar.xz 2.7 KiB ec32956b606c2259420e7a11f9652844eb8379d9b67d5401a6c4c240e07a6807

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.