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
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