mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Apply linter suggestions to versionbump.py
This commit is contained in:
parent
fb1a9254c7
commit
de84a08924
1 changed files with 1 additions and 0 deletions
|
@ -161,5 +161,6 @@ def main():
|
||||||
subprocess.run(["git", "commit", "-m", f"Remove {version_file}"], check=True)
|
subprocess.run(["git", "commit", "-m", f"Remove {version_file}"], check=True)
|
||||||
subprocess.run(["git", "push", "origin", "--no-verify"], check=True)
|
subprocess.run(["git", "push", "origin", "--no-verify"], check=True)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue