Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
668 stars 61 forks source link

Support multiple paths in overrides block #418

Open amyreese opened 9 months ago

amyreese commented 9 months ago

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.