flake8-noqa 1.2.9-1 source package in Ubuntu

Changelog

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

  * Initial release. (Closes: #1020675)

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 17 Sep 2022 06:25:56 -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-1.dsc 2.3 KiB aa077a3b972cd9e86668b4466a54371da1ef64072a396eb805b5c681ed63e3a5
flake8-noqa_1.2.9.orig.tar.gz 23.1 KiB 43fb48d2834afed129590692af53d350b3dae2b4a3c237835078aa435a8d9eca
flake8-noqa_1.2.9-1.debian.tar.xz 2.3 KiB bcf2c5131550fbab8dc412236c821866d4a09932cd306b8d0c92d087a0183ad5

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.