pylint 2.15.9-1ubuntu1 source package in Ubuntu

Changelog

pylint (2.15.9-1ubuntu1) lunar; urgency=medium

  * Temporarily add an unconditional dependency on python3-tomli to keep
    the package working with python3.10 (LP: #2002820)

 -- Simon Chopin <email address hidden>  Fri, 13 Jan 2023 15:11:58 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_2.15.9.orig.tar.xz 954.3 KiB dcee8fe985ae3f45ec13ee63810724516d5c2c818b16f556187498e43de5c363
pylint_2.15.9-1ubuntu1.debian.tar.xz 23.8 KiB bc85e13bc775916ea62ea9e311526b68235d9b0f78d15df100287e91bb62dbe3
pylint_2.15.9-1ubuntu1.dsc 2.3 KiB 4fbafddfd2ea00e4be0d35739f5234e849b3101d4515580270429e3f78f03727

View changes file

Binary packages built by this source

pylint: Python 3 code static checker and UML diagram generator

 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 also ships the following additional commands:
 .
   * pyreverse: an UML diagram generator
   * symilar: an independent similarities checker
   * epylint: Emacs and Flymake compatible Pylint

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.