Commit 26296ac
committed
chore: pin climate_ref_client as known-third-party for ruff isort
The generated client lives at the repo root after the docs notebook
runs `uvx openapi-python-client ... --output-path climate_ref_client`,
which makes ruff's isort heuristic flip-flop between treating it as
first-party (locally, dir present) and third-party (CI fresh checkout).
Pinning it as third-party keeps the import grouping stable across
environments and unblocks the pre-commit job.1 parent f8f04c8 commit 26296ac
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments