PROJ002warningPro

missing-git

Projects should use git for version control

Applies to: Project-level

Why this matters

Git provides version history, collaboration features, and backup for your code. Without version control, you can't track changes, collaborate safely, or recover from mistakes. It's essential for any serious project.

Catch it before it ships

pip install stablestack # or: npx stablestackstablestack # scans your project, PROJ002 includedstablestack explain PROJ002

PROJ002 is part of the Pro rule set. See pricing — the free tier ships 24 checks with no signup.

False positive in your codebase? Suppress a single line with # noqa: PROJ002