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.
.codegen.json
1 parent 5ff8bc1 commit f86a7f5Copy full SHA for f86a7f5
.codegen.json
@@ -0,0 +1,10 @@
1
+{
2
+ "version": {
3
+ "src/databricks/labs/ucx/__about__.py": "__version__ = \"$VERSION\""
4
+ },
5
+ "toolchain": {
6
+ "required": ["hatch"],
7
+ "pre_setup": ["hatch env create"],
8
+ "prepend_path": ".venv/bin"
9
+ }
10
+}
0 commit comments