From a223017d1ef9a1ba2a16f659582f56ac49678e4d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:55:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- khal/settings/khal.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/khal/settings/khal.spec b/khal/settings/khal.spec index 6736ab775..90c08c859 100644 --- a/khal/settings/khal.spec +++ b/khal/settings/khal.spec @@ -84,10 +84,10 @@ addresses = force_list(default='') # be extended (see _contacts_update in CalenderCollection in khalendar.py). # The following options are possible: # -# * None: No autocompletion for this calendar -# * "default": Use the autocompletion addresses from address_adapter in the +# * None: No autocompletion for this calendar +# * "default": Use the autocompletion addresses from address_adapter in the # [default] configuration section (default) -# * "": Use the output of as contacts for +# * "": Use the output of as contacts for # autocompletion address_adapter = string(default="default") @@ -250,11 +250,11 @@ enable_mouse = boolean(default=True) # a list of addresses for autocompletion in the attendee field of a new event # in interactive mode. The address_adapter defined in this section will be used # for auto-completion of attendees in all calendars that have their -# address_adapter set to "default". +# address_adapter set to "default". # The following options are possible: # -# * None: No autocompletion -# * "": Use the output of as contacts for +# * None: No autocompletion +# * "": Use the output of as contacts for # autocompletion. Default: # "khard email | tail -n +2" address_adapter = string(default="khard email | tail -n +2")