From 05b350ac4b4e438748db81f707eecc99edf2524e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 19 Nov 2024 17:37:19 -0800 Subject: [PATCH] style: Fix linter formatting in main.py --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index f118bc2dc..f0e46afa2 100644 --- a/aider/main.py +++ b/aider/main.py @@ -752,7 +752,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F show = True elif args.show_release_notes is None: show = is_first_run and io.confirm_ask("Would you like to see what's new in this version?") - else: # args.show_release_notes is False + else: # args.show_release_notes is False show = False if show: