Skill: Lint Code
Run linting tools to check code quality.
Steps
- •Check for linting configuration (pyproject.toml, .flake8, etc.).
- •Run appropriate linters (ruff, flake8, mypy, etc.).
- •Report any linting issues found.
- •Do NOT auto-fix issues without user approval.
Output format
- •List of linting tools run
- •Summary of issues found (if any)
- •Severity levels (error, warning, info)