flake8-noqa 1.4.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.4.0

 -- Josenilson Ferreira da Silva <email address hidden>  Sun, 07 Jan 2024 14:17:40 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-noqa_1.4.0-1.dsc 2.1 KiB c65fae683bb157165574e1e9f7ae495490a069a023b7a335aa4a61b26535aed3
flake8-noqa_1.4.0.orig.tar.gz 22.6 KiB 5fdca34ee93cd4f67b46aeeccfb0697af838bb042440dec7c865190bbdde4061
flake8-noqa_1.4.0-1.debian.tar.xz 2.7 KiB 56fa3fb7a2207aa5c8f691bb0c3e51cb2f15c0313c5d47b5942f658e68740783

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.