style: Apply linter suggestions to versionbump.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-09 15:00:41 -07:00
parent fb1a9254c7
commit de84a08924

View file

@ -161,5 +161,6 @@ def main():
subprocess.run(["git", "commit", "-m", f"Remove {version_file}"], check=True)
subprocess.run(["git", "push", "origin", "--no-verify"], check=True)
if __name__ == "__main__":
main()