Skip to main content

Pylint

Pro Plan Feature

This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our pricing page for more information about our plans and features.

Pylint is a static code analysis tool for Python. It checks your Python code for errors, enforces a coding standard, and looks for code smells.

Supported Files

Pylint will run on files with the following extensions:

  • *.py

Features

Pylint can detect many issues such as:

  • Coding standard violations (PEP8)
  • Unused variables and imports
  • Undefined variables
  • Code smells and refactoring suggestions
  • Error-prone constructs
  • And many more