improving-python-code-quality

Installation
SKILL.md

Python Code Quality

Quick Reference

Tool Purpose Command
ruff Lint + format ruff check src && ruff format src
mypy Type check mypy src

Ruff Configuration

Minimal config in pyproject.toml:

[tool.ruff]
line-length = 88
target-version = "py310"
Related skills

More from wdm0006/python-skills

Installs
41
GitHub Stars
32
First Seen
Jan 24, 2026