mirror of
https://github.com/github/spec-kit.git
synced 2026-01-30 04:32:02 +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:
|
||||
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."""
|
||||
def log(message, color="green"):
|
||||
if verbose and not tracker:
|
||||
|
||||
Reference in New Issue
Block a user