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 e8cc8c0 commit 5a1a29bCopy full SHA for 5a1a29b
conventional_pre_commit/output.py
@@ -87,6 +87,8 @@ def fail_verbose(
87
else:
88
lines.append(f"{c.yellow} - Expected value for {c.restore}{group}{c.yellow} but found none.{c.restore}")
89
90
+ lines.extend(["", f"Allowed types: {c.blue}{", ".join(types)}{c.restore}"])
91
+
92
lines.extend(
93
[
94
"",
0 commit comments