Skip to content

v0.6.0

Compare
Choose a tag to compare
@guilatrova guilatrova released this 12 Sep 18:36
· 85 commits to main since this release

Feature

  • Add cheerful message when no violations (bff695c)
  • Block autofix when using flake8 (77d6af3)
  • fixers: Implement fixer for logging error (f488cee)
  • fixers: Capture exceptions (ee708a4)
  • fixers: Run all fixers when enabled (3db7e05)
  • fixers: Handle multiline reraise (c1f14b0)
  • fixers: Implement fixer for reraise no cause (2f9d46d)
  • Include fixers to run (e885b34)
  • fixers: Add fixer for reraise (041f67f)
  • Add --autofix flag (1428958)

Fix

  • Use Dict to support Python 3.8 (22e4119)
  • fixers: Count fixed violations correctly (825794c)
  • fixers: Reset offset between writes (dc3a070)
  • Trim only exception name (18af429)

Documentation