flake8-comprehensions 3.7.0-1 source package in Ubuntu

Changelog

flake8-comprehensions (3.7.0-1) unstable; urgency=medium

  * New upstream version 3.7.0
  * Ignore quilt dir and d/files

 -- Jose Luis Rivero <email address hidden>  Wed, 08 Dec 2021 18:05:09 +0000

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-comprehensions_3.7.0-1.dsc 1.9 KiB 915a702811c7546c4a6a5248dcfd9283f82f73c60c6e9fae2b7065090123b47f
flake8-comprehensions_3.7.0.orig.tar.gz 14.4 KiB 04ec4426ecb765bdd1bf6bbc0ce26a6f84fe267195b69d80a6f131be7d421ccf
flake8-comprehensions_3.7.0-1.debian.tar.xz 2.2 KiB ba43f1552c36715ea65b520a205d7398b1f87a12a202d5afef8aed60c523fb33

Available diffs

No changes file available.

Binary packages built by this source

python3-flake8-comprehensions: flake8 extension that checks for re-use of builtin identifiers

 Python allows one to override Python comprehensions as parameters, but although
 could be useful in some really specific use cases, the general approach is to
 not do that as code then can suddenly break without a clear trace.