We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9163f commit c0ac5c3Copy full SHA for c0ac5c3
commitizen/git.py
@@ -92,7 +92,7 @@ def tag(tag: str, annotated: bool = False, signed: bool = False) -> cmd.Command:
92
return c
93
94
95
-def add():
+def add() -> cmd.Command:
96
c = cmd.run("git add .")
97
98
0 commit comments