Run Linting and Formatting Workflow Table of Contents Quick Start → Purpose | When to Use | Quick Start Core Operations → Run Linting | Auto-Fix | Formatting Configuration → Ruff Config | Violation Codes | Common Fixes Workflows → Common Workflows | Output Interpretation | Integration Help → Troubleshooting | Requirements --- Purpose Master ruff usage for linting (code quality) and formatting (code style) in temet. Understand when to check vs format, how to auto-fix violations, and interpret common error codes. When to Use Use this skill when: - Running code quality checks before commits - Fi…