Commit a947957
authored
codex/chore/ruff base config (#73)
* chore: extend ruff config from portfolio base
Switches [tool.ruff] to extend from ~/Projects/ruff.toml which holds the
shared baseline (line-length=100, select=E/F/I/UP). Per-repo extras kept
via extend-select; target-version stays local.
* fix(release): use os.path.expanduser in test fixture instead of hardcoded path
* fix(ci): remove parent ruff.toml extend that doesn't exist in CI1 parent 4d414ce commit a947957
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments