5.6.0
Features
- Add
--no-ignoreflag to disregard# complexipy: ignoreand# noqa: complexipycomments - Add
--report-ignoredflag to list all suppressed functions with optional JSON export tocomplexipy-ignored.json - Add
IgnoredLocationtype andcollect_all_ignored_locations()to the Python API
PRs
- Fix diff mode showing all files as NEW on Windows by @abdnh in #177
- ci: add musllinux_1_2 wheel builds for Alpine Linux support by @rohaquinlop in #180
- feat(core): add --no-ignore and --report-ignored CLI flags for suppression management by @rohaquinlop in #182
- docs: document --no-ignore/--report-ignored flags and standardize project formatting by @rohaquinlop in #184
- build(deps): migrate pyo3 to 0.29, update CI runners by @rohaquinlop in #185
New Contributors
Full Changelog: 5.5.0...5.6.0