We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88958df commit abc5eb1Copy full SHA for abc5eb1
.internal/pre_commit_tools/auto_add_tests.py
@@ -93,6 +93,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
93
tb.ref_pydantic("qprog"),
94
expected_width=None,
95
expected_depth=None,
96
+ expected_cx_count=None,
97
)
98
99
# test notebook content
0 commit comments