Skip to content

5.6.0

Choose a tag to compare

@rohaquinlop rohaquinlop released this 14 Jun 21:24
· 146 commits to main since this release

Features

  • Add --no-ignore flag to disregard # complexipy: ignore and # noqa: complexipy comments
  • Add --report-ignored flag to list all suppressed functions with optional JSON export to complexipy-ignored.json
  • Add IgnoredLocation type and collect_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