Description#
Pre-submission checklist#
Preset contributions#
- This PR touches exactly one language or framework preset
Run the following commands against the preset file and confirm each passes.
-
pre-commit validate-config <preset-file>passes without errors -
prek validate-config <preset-file>passes without errors -
pre-commit autoupdate -c <preset-file>was run and hook revisions are up to date -
prek autoupdate -c <preset-file>was run and hook revisions are up to date - All hooks listed in the preset are publicly available and actively maintained
- Every hook in this preset has a
descriptionfield
Code contributions#
The following checks apply only when gpc_init/ or tests/ are changed.
-
uv run pytest tests --cov=gpc_initpasses -
uv run ruff check gpc_init testspasses -
uv run ruff format gpc_init testspasses -
uv run pyrefly check gpc_init testspasses -
uv run ty check gpc_init testspasses -
uv run complexipy gpc_initpasses