lint_code
Lint Python code strings using wemake-python-styleguide rules, returning structured violation reports for style compliance.
Instructions
Lint a raw Python code string using wemake-python-styleguide rules.
Args: code: Python source code string to lint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |