Vérification qualité du code

Exécute la suite d'analyse statique complète : ruff lint, format check, pyright type check, analyse d'authentification et en-têtes de licence. À utiliser avant de commit ou pour vérifier la qualité du code.

Spar Skills Guide Bot
DeveloppementDébutant
1022/07/2026
Claude CodeCursorWindsurfCopilotCodex
#static-analysis#linting#type-checking#code-quality

Recommandé pour


name: check description: Run the full static analysis suite — ruff lint, ruff format check, pyright type check, auth analysis, license headers. Use before committing or to verify code quality after changes.

Run the full quality check pipeline from the project root:

just check

This runs in order: license header check → ruff lint → ruff format check → pyright type check → auth static analysis → auth runtime analysis.

If any step fails, report the specific errors and their locations. Fix all issues before marking the task done. After just check passes, run just test to confirm the test suite is also green.

Skills similaires