Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@henryiii henryiii released this 25 Aug 13:53
· 93 commits to main since this release
88cd317

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:

Fixes:

Docs:

Full Changelog: v0.9.3...v0.10.0