mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Apply linter to versionbump.py
This commit is contained in:
parent
110c63ae95
commit
0eb80553f6
1 changed files with 1 additions and 3 deletions
|
@ -81,9 +81,7 @@ def main():
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--dry-run", action="store_true", help="Print each step without actually executing them"
|
"--dry-run", action="store_true", help="Print each step without actually executing them"
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument("--force", action="store_true", help="Skip pre-push checks")
|
||||||
"--force", action="store_true", help="Skip pre-push checks"
|
|
||||||
)
|
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
dry_run = args.dry_run
|
dry_run = args.dry_run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue