style: Apply linter to versionbump.py

This commit is contained in:
Paul Gauthier (aider) 2025-04-11 08:37:37 +12:00
parent 110c63ae95
commit 0eb80553f6

View file

@ -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