From 0eb80553f6cc66293aaf767416fc202e410d5bf6 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 11 Apr 2025 08:37:37 +1200 Subject: [PATCH] style: Apply linter to versionbump.py --- scripts/versionbump.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/versionbump.py b/scripts/versionbump.py index 02780a942..6835f413d 100755 --- a/scripts/versionbump.py +++ b/scripts/versionbump.py @@ -81,9 +81,7 @@ def main(): parser.add_argument( "--dry-run", action="store_true", help="Print each step without actually executing them" ) - parser.add_argument( - "--force", action="store_true", help="Skip pre-push checks" - ) + parser.add_argument("--force", action="store_true", help="Skip pre-push checks") args = parser.parse_args() dry_run = args.dry_run