flake8-noqa 1.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.3.0
  * debian/control:
     - add Build-Depends pybuild-plugin-pyproject
     - fix Build-Depends to python3-pytest
  * debian/patches:
     - deleted patch no effect in new version
     - tweaks for the new pyproject.toml
  * debian/rules: enabled tests
  * debian/tests: fix tests

 -- Josenilson Ferreira da Silva <email address hidden>  Fri, 09 Dec 2022 06:47:38 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-noqa_1.3.0-1.dsc 2.4 KiB c1d17ebf40ec4ea86e7c3e8720ee88b8ca483e6d8d6e2445f585a78b9cd60ea3
flake8-noqa_1.3.0.orig.tar.gz 22.6 KiB c49a7031fd0f3ba6234bd53ce904245d79cef3ca2ea0e8abcc50bc2d6414ad01
flake8-noqa_1.3.0-1.debian.tar.xz 2.7 KiB e0b76644eb2790f8b7b68fa4f5363cd773cb437b790e32c6a400613d121f6084

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.