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

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Wed, 14 Dec 2022 19:22:44 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-class-newline_1.6.0-5.dsc 2.2 KiB 1117f64bd8d61334c55ecca1c83a4b739a94e14249a0af3605dcc110019f5358
flake8-class-newline_1.6.0.orig.tar.gz 4.6 KiB ebf97f562eeca28534a1d0b186f510554b50f228a6d553a1a8bc18ae3ec9545d
flake8-class-newline_1.6.0-5.debian.tar.xz 2.7 KiB 3affb502ab5ce2a3d495a1aa5fae436fe66d99fc9463a82753eb2228b8232bf8

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.