python-pylint
Port variant py38
Summary Python code static checker (PY38)
Package version 2.11.1
Homepage No known homepage
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 17 SEP 2021, 18:56:11 UTC
Port created 09 APR 2020, 23:39:09 UTC
Subpackage Descriptions
single README for Pylint - https://pylint.pycqa.org/ ============================================= :alt: Documentation Status :alt: pre-commit.ci status .. |tideliftlogo| image:: https://raw.githubusercontent.com/PyCQA/pylint/main/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png :width: 75 :height: 60 :alt: Tidelift .. list-table:: :widths: 10 100 * - |tideliftlogo| - Professional support for pylint is available as part of the `Tidelift Subscription`_. Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional grade assurances from the experts who know it best, while seamlessly integrating with existing tools. .. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-pylint?utm_source=pypi-pylint&utm_medium=referral&utm_campaign=readme ====== Pylint ====== **It's not just a linter that annoys you!** Pylint is a Python static code analysis tool which looks for programming errors, helps enforcing a coding standard, sniffs for code smells and offers simple refactoring suggestions. It's highly configurable, having special pragmas to control its errors and warnings from within your code, as well as from an extensive configuration file. It is also possible to write your own plugins for adding your own checks or for extending pylint in one way or another. It's a free software distributed under the GNU General Public Licence unless otherwise specified. Development is hosted on GitHub: https://github.com/PyCQA/pylint/ You can use the code-quality@python.org mailing list to discuss about Pylint. Subscribe at https://mail.python.org/mailman/listinfo/code-quality/ or read the archives at https://mail.python.org/pipermail/code-quality/ Pull requests are amazing and most welcome. Install ------- Pylint can be simply installed by running:: pip install pylint If you are using Python 3.6+, upgrade to get full support for your version:: pip install pylint --upgrade If you want to install from a source distribution, extract the tarball and run the following command :: python setup.py install Do make sure to do the same for astroid, which is used internally by pylint. For debian and rpm packages, use your usual tools according to your Linux distribution. More information about installation and available distribution format can be found here_. Documentation ------------- The documentation lives at https://pylint.pycqa.org/. Pylint is shipped with following additional commands: * pyreverse: an UML diagram generator * symilar: an independent similarities checker * epylint: Emacs and Flymake compatible Pylint
Configuration Switches (platform-specific settings discarded)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python-pytest-runner:single:py38
python38:single:standard
Runtime (only) python-platformdirs:single:py38
python-astroid:single:py38
python-isort:single:py38
python-mccabe:single:py38
python-toml:single:py38
python-typing-extensions:single:py38
python-colorama:single:py38
Download groups
main mirror://PYPIWHL/37/42/948d1486727806df2e0016f1cfc2d3beafe289f96d53dfc85d967f79afc5
Distribution File Information
0f358e221c45cbd4dad2a1e4b883e75d28acdcccd29d40c76eb72b307269b126 392137 pylint-2.11.1-py3-none-any.whl
Ports that require python-pylint:py38
No other ports depend on this one.