pylint 2.4.4-2 source package in Ubuntu

Changelog

pylint (2.4.4-2) unstable; urgency=medium

  * debian/control
    - Breaks+Replaces+Provides pylint3; Closes: #940012, #940917

 -- Sandro Tosi <email address hidden>  Wed, 11 Dec 2019 15:20:49 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_2.4.4-2.dsc 2.1 KiB dacb741ad8ed7b91c32373d4d5f5163ef52c5ae0093d985ac06868a225915574
pylint_2.4.4.orig.tar.xz 461.6 KiB a3d9e47031726fb68c7245bb3f8f5eff0ea7783b39ba6443c8df5ff581c76f3f
pylint_2.4.4-2.debian.tar.xz 18.2 KiB 20e8da1ec4436e3bd0277fd2dc312ce332bbf7babbb8f4bee7a2dddbbc2a416e

Available diffs

No changes file available.

Binary packages built by this source

pylint: No summary available for pylint in ubuntu groovy.

No description available for pylint in ubuntu groovy.

pylint-doc: Python code static checker and UML diagram generator (documentation)

 Pylint is a Python source code analyzer which looks for programming
 errors, helps enforcing a coding standard and sniffs for some code
 smells (as defined in Martin Fowler's Refactoring book)
 .
 Pylint can be seen as another PyChecker since nearly all tests you
 can do with PyChecker can also be done with Pylint. However, Pylint
 offers some more features, like checking length of lines of code,
 checking if variable names are well-formed according to your coding
 standard, or checking if declared interfaces are truly implemented,
 and much more.
 .
 Additionally, it is possible to write plugins to add your own checks.
 .
 The package contains documentation for pylint.