pylint 2.7.2-3ubuntu1 source package in Ubuntu
Changelog
pylint (2.7.2-3ubuntu1) impish; urgency=medium * debian/patches/fix-failing-tests-py3-9-5.patch - cherry-pick upstream patch to resolve failing unit tests in Pythons 3.8.10 and 3.9.5 -- Chris MacNaughton <email address hidden> Thu, 17 Jun 2021 08:43:33 +0000
Upload details
- Uploaded by:
- Chris MacNaughton
- Sponsored by:
- Sebastien Bacher
- Uploaded to:
- Impish
- Original maintainer:
- Sandro Tosi
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pylint_2.7.2.orig.tar.xz | 503.1 KiB | 2ac76dd38199dd5b39b0db0333bcd4987f475c956b157896266655e3f4781232 |
pylint_2.7.2-3ubuntu1.debian.tar.xz | 22.4 KiB | 4ce124921d424bd0936dc296f215458adce070a752eb61ca7d777c1d2c8d95c9 |
pylint_2.7.2-3ubuntu1.dsc | 1.6 KiB | 44eb1f0c7c56371095656091c67bfbdcf919757cf948ba886788b1ce6e6c587c |
Available diffs
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: No summary available for pylint-doc in ubuntu impish.
No description available for pylint-doc in ubuntu impish.
- pylint3: No summary available for pylint3 in ubuntu jammy.
No description available for pylint3 in ubuntu jammy.