What's Changed
- Support hierarchical settings for nested directories by @charliermarsh in #1190
- Resolve hierarchical settings and Python files in a single filesystem pass by @charliermarsh in #1205
- Simplify some logic around configuration detection by @charliermarsh in #1197
- Move more commands into commands.rs by @charliermarsh in #1209
- Use
--config
everywhere if provided by @charliermarsh in #1210 - Move Python file resolution into resolver.rs by @charliermarsh in #1211
- Document current behavior around
pyproject.toml
discovery by @charliermarsh in #1213 - Enable configuration files to "extend" other configuration files by @charliermarsh in #1219
- Add support for glob patterns in
src
by @charliermarsh in #1225
Full Changelog: v0.0.177...v0.0.178