Contents

pylint 4.0.4

0

python code static checker

python code static checker

Stars: 5651, Watchers: 5651, Forks: 1216, Open Issues: 1067

The pylint-dev/pylint repo was created 10 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 5651 github stars!

How to Install pylint

You can install pylint using pip

pip install pylint

or add it to a project with poetry

poetry add pylint

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/pylint/
GitHub Repo:
https://github.com/PyCQA/pylint

Classifiers

  • Software Development/Debuggers
  • Software Development/Quality Assurance
  • Software Development/Testing
No  pylint  pypi packages just yet.

Errors

A list of common pylint errors.

Code Examples

Here are some pylint code examples and snippets.

GitHub Issues

The pylint package has 1067 open issues on GitHub

  • False positive unexpected-keyword-arg with scipy.stats 1.17
  • Bump actions/setup-python from 6.1.0 to 6.2.0
  • Bump pylint-dev/backport from 2.1.1 to 2.1.2
  • Bump actions/checkout from 6.0.1 to 6.0.2
  • False positive unused-import and unused-wildcard-import
  • Fix dynamic color mapping for "fail-on" messages when using multiple reporter/output formats
  • Dynamic color mapping for "fail-on" messages not working when using more than one reporter
  • Fix C0103 name error in main block (10766)
  • Wrong undefined-variable detection after object is used as metaclass
  • Unhelpful error in dynamic keyword argument interpolation
  • Crash: MRO inference failure with patched inherited class conditionally assigned to original module
  • Refactor pyreverse to use dataclass wrappers instead of modifying nodes directly
  • Improper handling of log message format bytestrings
  • pylint fails to resolve typing.Self from base classes
  • False positive for numpy 2.4.0+

See more issues on GitHub

Related Packages & Articles

flake8 7.3.0

the modular source code checker: pep8 pyflakes and co

flake8-bugbear 25.11.29

A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

bandit 1.9.3

Security oriented static analyser for python code.

astroid 4.1.0

An abstract syntax tree for Python with inference support.