pylint 3.0.3-2 source package in Ubuntu

Changelog

pylint (3.0.3-2) unstable; urgency=medium

  * orphan

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 02:34:39 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_3.0.3-2.dsc 2.2 KiB 78637201e88e599d55c73f9c6c0e0ee756186113b1928b135472e92df3864562
pylint_3.0.3.orig.tar.xz 1022.2 KiB af4872afcd02676bc25214dc2b583f8722e6adb844a96c72e91d5eef71acfae9
pylint_3.0.3-2.debian.tar.xz 21.1 KiB 5d1c7816bc0d84a44c5bd9d4a85768b2df330268ced4133444516c55899eab2f

Available diffs

No changes file available.

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