CodeRabbit home page
Search...
⌘K
Signup
Signup
Search...
Navigation
Supported tools
Pylint
Documentation
Blog
Changelog
Discord
Get started
Introduction
Quickstart
Add CodeRabbit to your repository
Overview
Supported Git platforms
Add organizations
Set permissions
Review pull requests
Overview
Control and manage code reviews
Generate improvements
Code review troubleshooting
CodeRabbit Chat
Analyze & improve your code
Create and resolve issues
Integrate issue tracking
Issue Chat
Create issues
Linked Issues
IDE extensions
Review local changes
Install the VSCode extension
Use the VSCode extension
Use with self-hosted CodeRabbit
Configure the VSCode extension
Uninstall the VSCode extension
Configure
Overview
Organization preferences
Repository preferences
Add a configuration file
Initial configuration guide
Knowledge base
Integrate MCP servers
Review instructions
Linters & security analysis tools
Manage your account
Manage your subscription
Role based access
Generate reports
Overview
Schedule reports
Generate reports on demand
Customize reports
Best practices
Setup best practices
Code review best practices
Reference
CodeRabbit API
Code review commands
Configuration reference
Configuration file template
Supported tools
List of supported tools
actionlint
Biome
Brakeman
Buf
Checkmake
Checkov
CircleCI
Clippy
Cppcheck
detekt
Dotenv Linter
ESLint
Flake8
Gitleaks
golangci-lint
Hadolint
HTMLHint
LanguageTool
Luacheck
markdownlint
OSV-Scanner
Oxlint
PHPCS
PHPMD
PHPStan
Pipeline Failure Remediation
PMD
Prisma Lint
Pylint
Regal
RuboCop
Ruff
Semgrep
ShellCheck
Shopify CLI
SQLFluff
SwiftLint
Caching
Resources
Get support
Self-host CodeRabbit
Why CodeRabbit?
FAQs
Early Access Program
Future development
On this page
Supported Files
Configuration
Features
Links
Supported tools
Pylint
CodeRabbit’s guide to Pylint.
Pylint
is a static code analysis tool for Python or Jupiter Notebooks. 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
.ipynb
(using nbqa)
Configuration
Pylint supports the following config files:
.pylintrc
pylintrc
.pylintrc.toml
pylintrc.toml
CodeRabbit will not run Pylint if no config file is found.
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
Links
Pylint Official Website
Pylint GitHub Repository
Pylint Documentation
Message Control
nbqa Documentation
Prisma Lint
Regal
Assistant
Responses are generated using AI and may contain mistakes.