pylint 3.1.0-2 source package in Ubuntu

Changelog

pylint (3.1.0-2) unstable; urgency=medium

  * Adopt package (Closes: #1065241)
  * Disable 4 syntax check failing with Python 3.12

 -- Alexandre Detiste <email address hidden>  Tue, 07 May 2024 08:30:17 +0200

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
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_3.1.0-2.dsc 2.3 KiB 47b1b2ba2e3f3f9878b8f16e10d7056030a1edecc5bc65a353fba84c73e0cc9e
pylint_3.1.0.orig.tar.gz 1.4 MiB 411b4dcc2f29e14c2e1a6f176fbc03cd98fdc43948bef0ba27d4e429e9f4de67
pylint_3.1.0-2.debian.tar.xz 21.5 KiB 20ae3f4e56f5a8eec21db2b3352978de698943401a1211a4603f7e229a7f6c2b

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