mirror of
https://github.com/github/spec-kit.git
synced 2026-02-02 14:03:36 +00:00
The function parameters lack type hints. Consider adding type annotations for better code clarity and IDE support.
This commit is contained in:
@@ -485,7 +485,7 @@ def init_git_repo(project_path: Path, quiet: bool = False) -> Tuple[bool, Option
|
|||||||
finally:
|
finally:
|
||||||
os.chdir(original_cwd)
|
os.chdir(original_cwd)
|
||||||
|
|
||||||
def handle_vscode_settings(sub_item, dest_file, rel_path, verbose=False, tracker=None):
|
def handle_vscode_settings(sub_item, dest_file, rel_path, verbose=False, tracker=None) -> None:
|
||||||
"""Handle merging or copying of .vscode/settings.json files."""
|
"""Handle merging or copying of .vscode/settings.json files."""
|
||||||
def log(message, color="green"):
|
def log(message, color="green"):
|
||||||
if verbose and not tracker:
|
if verbose and not tracker:
|
||||||
|
|||||||
Reference in New Issue
Block a user