Open
Description
Pylint performs static code analysis without executing the code. It detects errors, enforces coding standards, identifies code smells, and offers refactoring suggestions.
Reference .pylintrc
:
disable=raw-checker-failed,
bad-inline-option,
locally-disabled,
file-ignored,
suppressed-message,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero,
missing-docstring,
line-too-long
The goal is to make the existing codebase pass Pylint's static analysis checks.
Metadata
Metadata
Assignees
Labels
No labels