flake8-class-newline 1.6.0-4 source package in Ubuntu

Changelog

flake8-class-newline (1.6.0-4) unstable; urgency=medium

  * Team upload.
  * Accept both the old and the new flake8 --version output in d/tests/install
    to fix autopkgtest in testing.

 -- Emanuele Rocca <email address hidden>  Fri, 09 Sep 2022 14:03:08 +0200

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-class-newline_1.6.0-4.dsc 2.2 KiB f891308a0f4fda9c0a11c3dd26088ed8d7a1e07ad53d80153e7372ffc4864ef6
flake8-class-newline_1.6.0.orig.tar.gz 4.6 KiB ebf97f562eeca28534a1d0b186f510554b50f228a6d553a1a8bc18ae3ec9545d
flake8-class-newline_1.6.0-4.debian.tar.xz 2.7 KiB d6d7c7c490226f7d3a8d7d0c5277e9fb853aae83dc18b74cffc3c465685d02ba

Available diffs

No changes file available.

Binary packages built by this source

python3-flake8-class-newline: flake8 extension to lint for a method newline after a Class definition

 PEP8 recommends surrounding every class method with a single blank line. See
 https://www.python.org/dev/peps/pep-0008/#blank-lines However flake8 is
 ambiguous about the first method having a blank line above it.
 .
 This plugin was made to enforce the blank line just after the method
 declaration.