Skip to content

Releases: chainyo/py-init-cleaner

v1.1.0

27 Apr 11:07
Compare
Choose a tag to compare

This updates the behavior of the CLI to successfully removes all lines from main block even when lines are separated by blank lines + I added tests instead of relying on manual testing.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

22 Apr 18:45
Compare
Choose a tag to compare

First release of the pre-commit-hook.

It automatically clean your __init__.py files by removing all the if __name__ == "__main__": statements for you.