This release adds support for running on multiple repositories at once. You can list as many as you need, and the output formats will be modified to better support multiple repos. You can also now filter out passing or passing + skipped checks, which is especially useful in long multi-repo reports. You can also pass the path to `pyproject.toml` instead of just the repo if it's at top-level.
Due to issues with Rich adding spaces and wrapping (which breaks JSON) even when not interactive, JSON and HTML output is no longer pretty-printed.
Features:
* `--show` `err` only or `errskip` only by henryiii in https://github.com/scientific-python/repo-review/pull/132
* Allow passing the path to pyroject.toml by henryiii in https://github.com/scientific-python/repo-review/pull/133
* Allow running on multiple directories at once by henryiii in https://github.com/scientific-python/repo-review/pull/134
Fixes:
* Drop Rich color printout for html & JSON by henryiii in https://github.com/scientific-python/repo-review/pull/135
* Support `*` for select by henryiii in https://github.com/scientific-python/repo-review/pull/138
Docs:
* Add mention of recent features by henryiii in https://github.com/scientific-python/repo-review/pull/137
* Add mention of pre-commit issues by henryiii in https://github.com/scientific-python/repo-review/pull/139
**Full Changelog**: https://github.com/scientific-python/repo-review/compare/v0.9.3...v0.10.0