Support Glob Patterns in `[[tool.fixit.overrides]]`
Open
enhancement
- Dominant language
- Python
- Stars
- 714
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
It would be convenient to utilize glob patterns when specifying `path` for `[[tool.fixit.overrides]]`. For example, I might want to disable a rule for all of my tests:
```toml
[[tool.fixit.overrides]]
path = "**/tests/**/*.py"
disable = ["fixit.rules:MyRule"]
```
Contributor guide
Assessment
This issue has not been assessed yet.