Description
Analyzes Python code for likely bugs, style issues, design problems, and maintainability concerns. It helps developers and CI systems catch issues before code is merged or released.
Static analysis is useful but not complete. Pair it with tests, type checking, security review, and human judgment for important code.