python-linting
Installation
SKILL.md
Python Linting Skill
This skill provides instructions for linting Python code using ruff.
How to Lint
Run ruff to check for issues:
ruff check .
To automatically fix issues:
ruff check --fix .
This skill provides instructions for linting Python code using ruff.
Run ruff to check for issues:
ruff check .
To automatically fix issues:
ruff check --fix .