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 b9addc7 commit 0e57a66Copy full SHA for 0e57a66
.codegen.json
@@ -14,6 +14,8 @@
14
"pip install '.[dev]'"
15
],
16
"post_generate": [
17
+ "make fmt",
18
+ "pytest -m 'not integration' --cov=databricks --cov-report html tests",
19
"pip install .",
20
"python3.12 docs/gen-client-docs.py"
21
]
0 commit comments