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 .

Common Options

Installs
Repository
smithery/ai
First Seen
python-linting — smithery/ai