Commit a459500
committed
isort: Exclude golden tests
Generate files used as golden tests are in a nested path, so isort
doesn't recognize the source code properly to apply the right ordering
(which is different for "project files" than for external dependencies).
The golden tests files are already tested when doing the generation
tests, where isort runs completely in the generated project, using the
right config for that generated project, so we can ignore it for local
runs.
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>1 parent 50fdf08 commit a459500
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
0 commit comments