Commit f63bfc3
committed
Unblock CI import sorting
Ruff fails the clean GitHub runner on an unsorted import block in the vector retrieval tests. Normalizing the imports keeps the new CI workflow deterministic without changing test behavior.
Constraint: CI runs Ruff from a clean runner with import sorting enabled
Rejected: Relax Ruff import sorting | the repository already selects I rules and the fix is mechanical
Confidence: high
Scope-risk: narrow
Reversibility: clean
Tested: ruff check --no-cache src/ tests/; mypy src/; pytest -q --cov=govintel --cov-report=term-missing --cov-fail-under=90; git diff --check
Not-tested: GitHub Actions result after this push1 parent d05d74f commit f63bfc3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments