This depends on https://github.com/kdeldycke/click-extra/issues/651 to implement the configuration file hierarchy traversal. This is about merging configuration files at different position in the file system hierarchy. See: - https://eslint.org/docs/latest/use/configure/configuration-files#cascading-and-hierarchy - https://beta.ruff.rs/docs/configuration/#pyprojecttoml-discovery - https://github.com/kdeldycke/click-extra/blob/6af02e88a11d7a2d3b631fb142395d613f09ed5b/click_extra/config.py#L119-L120 Use cases: mono-repos (and reused workflows?).
This depends on #651 to implement the configuration file hierarchy traversal.
This is about merging configuration files at different position in the file system hierarchy.
See:
click-extra/click_extra/config.py
Lines 119 to 120 in 6af02e8
Use cases: mono-repos (and reused workflows?).