We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c28c25 commit b6530daCopy full SHA for b6530da
1 file changed
src/hermes/commands/init/base.py
@@ -58,15 +58,10 @@ class HermesInitFolderInfo:
58
def __init__(self):
59
self.absolute_path: str = ""
60
self.has_git_folder: bool = False
61
- # self.has_multiple_remotes: bool = False
62
- # self.git_remote_url: str = ""
63
- # self.git_base_url: str = ""
64
- # self.used_git_hoster: GitHoster = GitHoster.Empty
65
self.has_hermes_toml: bool = False
66
self.has_gitignore: bool = False
67
self.has_citation_cff: bool = False
68
self.has_readme: bool = False
69
- # self.current_branch: str = ""
70
self.current_dir: str = ""
71
self.dir_list: list[str] = []
72
self.dir_folders: list[str] = []
0 commit comments