Skip to content

Releases: chainyo/py-init-cleaner

Release list

v1.1.0

Choose a tag to compare

@chainyo chainyo released this 27 Apr 11:07

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

Choose a tag to compare

@chainyo chainyo released this 22 Apr 18:45

First release of the pre-commit-hook.

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