flake8-noqa 1.3.2-5 source package in Ubuntu

Changelog

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

  * debian/control: removed unnecessary Build-depends (Closes: #1058983)
  * debian/rules: spacing to improve viewing

 -- Josenilson Ferreira da Silva <email address hidden>  Fri, 29 Dec 2023 22:49:32 -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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-noqa_1.3.2-5.dsc 2.1 KiB 70659d19485e71470731934b2ba2545219ea35031c6d35fe9f4d93e659ad2a3e
flake8-noqa_1.3.2.orig.tar.gz 22.6 KiB cd2f0c3598b9555bb4cc875c0eea69fb1218b10cc26bb9b0907ad831d6958530
flake8-noqa_1.3.2-5.debian.tar.xz 2.7 KiB 4e22f5e80f44aef2afbe6f2a1f1624a0ba33442fb86357c8a3f596c6d6834657

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.