Commit a9f5964
committed
build(lint): configure isort known-first-party for deterministic import grouping
Without explicit known-first-party, ruff classifies coordinode as third-party
when the package is not installed as editable (e.g. plain `uv sync` in the
lint job). This caused inconsistent blank-line requirements across test files.
Setting known-first-party ensures consistent import grouping regardless of the
install state.1 parent 2a1b542 commit a9f5964
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments