pylint 3.2.2-2 source package in Ubuntu

Changelog

pylint (3.2.2-2) unstable; urgency=medium

  * Bump pyastroid minimal required version to 8.2.x.

 -- Alexandre Detiste <email address hidden>  Thu, 06 Jun 2024 08:04:42 +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.2.2-2.dsc 2.3 KiB 2cd5430c9ebb3e18b8db5cd75630cc55a36166fe53619efe5a86826e9a65d24f
pylint_3.2.2.orig.tar.gz 1.4 MiB 04083d8df982caf984e1a9908ced17abc0005a1cd51b1ac568fac1ac22473ad6
pylint_3.2.2-2.debian.tar.xz 21.6 KiB f6b97724c8cdef6a98bd785419006fbb9c49eea4eeccb0440724297b153b1483

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