You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial Copier template scaffolding a fully-gated Python project: ruff (select=ALL
or a curated allowlist), basedpyright (recommended), pytest with branch coverage, and
a just ci gate that is green from the first commit.
Pre-commit hooks wired to the same gates: ruff (lint + format) and hygiene fixers on
commit, basedpyright and pytest on push, and a guard against unresolved copier.rej
conflict files; hooks are installed automatically on initial copier copy.