Support multiple paths in overrides block
Open
enhancement
- Dominant language
- Python
- Stars
- 714
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
Similar to #408, but consider a list of path strings, eg:
```
[[tool.fixit.overrides]]
paths = [
"team/foo/bar",
"project/egg/nog",
]
...
```
Some semantics for overlapping overrides (eg, multiple blocks listing the same path) would probably be worth documenting and adding tests for.
Contributor guide
Assessment
This issue has not been assessed yet.