pylint 3.0.3-ok1 source package in openKylin
Changelog
pylint (3.0.3-ok1) nile; urgency=medium * Build for nile. -- liyang <email address hidden> Mon, 03 Jun 2024 11:15:13 +0800
pylint (3.0.3-ok1) nile; urgency=medium * Build for nile. -- liyang <email address hidden> Mon, 03 Jun 2024 11:15:13 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
pylint_3.0.3.orig.tar.xz | 1022.2 KiB | af4872afcd02676bc25214dc2b583f8722e6adb844a96c72e91d5eef71acfae9 |
pylint_3.0.3-ok1.debian.tar.xz | 21.1 KiB | c2e15a0b74830c428e5171bf4013303f3323d97038056c7a0ae3a5f15cb2d6fe |
pylint_3.0.3-ok1.dsc | 2.0 KiB | 9d52b5e26448ea648044b5ee3d47632b22ba14a1f5bceba2cdee9197cf55b90e |
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