lint_project
Recursively lint a Python project directory against wemake-python-styleguide rules, returning structured violation reports for every file.
Instructions
Lint an entire Python project directory recursively using wemake-python-styleguide rules.
Args: directory: Path to the target project directory (defaults to current directory).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |