Check Python Indentation
cc_check_indentationCheck Python files for missing colons, unindented return/yield statements, and mixed tab-space indentation to ensure proper formatting.
Instructions
Prüft Python-Dateien auf fehlende Doppelpunkte, unindentierte return/yield-Zeilen und gemischte Tab-/Leerzeichen-Einrückung
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Python file or directory to check | |
| recursive | No | Recurse into subdirectories when path is a directory | |
| max_issues | No | Maximum number of issues to include |