Language-specific checks for Python.
Analyzes Python code for type safety, common pitfalls, resource management, and performance issues with actionable fixes.
/plugin marketplace add turingmindai/turingmind-code-review/plugin install turingmindai-turingmind-code-review-plugins-turingmind@turingmindai/turingmind-code-reviewsonnetLanguage-specific checks for Python.
Any type where specific type is knowndef foo(x=[]))except: clausesis for value comparisonif __name__ == "__main__"For each issue, return:
file: File pathline: Line numberissue: Brief descriptionfix: Suggested fix with code