pylint 2.17.4-1 source package in Ubuntu
Changelog
pylint (2.17.4-1) unstable; urgency=medium * New upstream release; Closes: #1038258 * debian/control - bump b-d on astroid to >= 2.15.4 -- Sandro Tosi <email address hidden> Wed, 26 Jul 2023 03:19:25 -0400
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pylint_2.17.4-1.dsc | 2.4 KiB | 210e3579b57ca1a7753567d57f755c2e1cbc3b4d451717f60a83d99035c022f1 |
pylint_2.17.4.orig.tar.xz | 1012.3 KiB | a9c4474c907de908696f4f8cd2efd2cf759ef5ad3fdf1b84bdc3c1ec38fcab2e |
pylint_2.17.4-1.debian.tar.xz | 21.8 KiB | cf9601c00032c0865d546e263c7efc7527df7830a6101c4a31eb176d14d6886c |
Available diffs
- diff from 2.16.2-2 to 2.17.4-1 (96.2 KiB)
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
- 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.