Skip to content

Commit 3e81522

Browse files
committed
Don't automatically check for updates, let people do that themselves
1 parent ee85f4c commit 3e81522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aider/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def get_parser(default_config_files, git_root):
723723
"--check-update",
724724
action=argparse.BooleanOptionalAction,
725725
help="Check for new aider versions on launch",
726-
default=True,
726+
default=False,
727727
)
728728
group.add_argument(
729729
"--show-release-notes",

0 commit comments

Comments
 (0)