CI checks #1043
CI checks
#1043
|
What CI checks must pass before a PR is accepted, and are there any style/lint/test conventions we should follow? |
Answered by
EimanTahir027
May 1, 2026
Replies: 1 comment
At minimum, a PR should pass the following checks: Build passes – project installs and runs without errors |
0 replies
Answer selected by
sudoUgando
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At minimum, a PR should pass the following checks:
Build passes – project installs and runs without errors
Linting – code follows style guidelines (e.g., via flake8 / ruff)
Formatting – consistent formatting (e.g., black)
Tests – all unit/integration tests pass (pytest)
Type checking (optional but recommended) – e.g., mypy or pyright
No merge conflicts – branch is up to date with main