flake8-cognitive-complexity 0.1.0-3 source package in Ubuntu

Changelog

flake8-cognitive-complexity (0.1.0-3) unstable; urgency=medium

  * debian/upstream/metadata: fix github URLs.

 -- Edward Betts <edward@4angle.com>  Tue, 19 Jul 2022 14:56:11 +0100

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-cognitive-complexity_0.1.0-3.dsc 2.3 KiB 24b6db297285e637816ffcc6596cea23cadfa9962130b9a9138629928f6f6e1d
flake8-cognitive-complexity_0.1.0.orig.tar.gz 4.8 KiB 774df69503511698e313d8912b1d6b5fa7abbbb9a49d46dd4b2a71d11fbd2f25
flake8-cognitive-complexity_0.1.0-3.debian.tar.xz 2.2 KiB 2b1c5bf9c4960c218db11ec1068a2b63e5579bd55288db5362ed9ee8c27d4c06

Available diffs

No changes file available.

Binary packages built by this source

python3-flake8-cognitive-complexity: flake8 plugin that validates cognitive complexity

 Cognitive complexity is an analog of cyclomatic complexity, it measures
 how difficult it is to understand a piece of code.
 .
 This plugin allows flake8 to validate cognitive complexity.