We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91238ff commit 1b19bd2Copy full SHA for 1b19bd2
cursorless-talon/src/csv_overrides.py
@@ -57,7 +57,7 @@ def init_csv_and_watch_changes(
57
default_list_name: Optional[str] = None,
58
headers: list[str] = [SPOKEN_FORM_HEADER, CURSORLESS_IDENTIFIER_HEADER],
59
no_update_file: bool = False,
60
- pluralize_lists: list[str] = [],
+ pluralize_lists: Optional[list[str]] = None,
61
):
62
"""
63
Initialize a cursorless settings csv, creating it if necessary, and watch
0 commit comments