flake8-noqa 1.4.0-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * d/control: build-dep on setuptools-scm to fix wrong "0.0.0" version
  * d/gbp.conf: document the use of the debian/master branch
  * d/rules: use pybuild for testing
  * d/control: upgrade to Testsuite: autopkgtest-pkg-pybuild
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

 -- Michael R. Crusoe <email address hidden>  Thu, 25 Apr 2024 19:49:19 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-noqa_1.4.0-2.dsc 2.2 KiB 01a7995da33dea71d8da0a346f7dcffd65b35137d525fa44f0e181f6ac270f5c
flake8-noqa_1.4.0.orig.tar.gz 22.6 KiB 5fdca34ee93cd4f67b46aeeccfb0697af838bb042440dec7c865190bbdde4061
flake8-noqa_1.4.0-2.debian.tar.xz 2.9 KiB e178aafcc73d43d93ab774846825dc22d53d6cc9154b2deb1ddff7009fe92643

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.