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
)