mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
style: Apply linter formatting to versionbump.py script
This commit is contained in:
parent
17c9ba2c68
commit
85375359ed
1 changed files with 2 additions and 4 deletions
|
@ -73,9 +73,7 @@ def main():
|
||||||
def check_push_access():
|
def check_push_access():
|
||||||
print("Checking push access to origin repository...")
|
print("Checking push access to origin repository...")
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
["git", "push", "--dry-run", "origin"],
|
["git", "push", "--dry-run", "origin"], capture_output=True, text=True
|
||||||
capture_output=True,
|
|
||||||
text=True
|
|
||||||
)
|
)
|
||||||
if result.returncode != 0:
|
if result.returncode != 0:
|
||||||
print("Error: Cannot push to origin repository.")
|
print("Error: Cannot push to origin repository.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue