Releases: chainyo/py-init-cleaner
Releases · chainyo/py-init-cleaner
v1.1.0
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
First release of the pre-commit-hook.
It automatically clean your __init__.py
files by removing all the if __name__ == "__main__":
statements for you.