Instagram / Instagram/Fixit

Support Glob Patterns in `[[tool.fixit.overrides]]`

Open
#408 2 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.