Skip to content

Commit f88f63c

Browse files
committed
chore: pre-commit format
1 parent f15802d commit f88f63c

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/assets/document_dates/core/core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
.tippy-box[data-theme~='tomato'] > .tippy-arrow::before {
9090
color: tomato;
9191
}
92-
/*
92+
/*
9393
Recommended Colors:
9494
tomato: rgb(241, 112, 91);
9595
mung_bean: rgb(122, 145, 109);

docs/assets/document_dates/core/default.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ window.TooltipLanguage = (function () {
150150
Object.entries(defaultLanguages).forEach(([locale, data]) => {
151151
TooltipLanguage.register(locale, data);
152152
});
153-
})();
153+
})();

docs/assets/document_dates/core/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ window.ddUtils = {
5252
console.warn('Failed to clear language preference:', e);
5353
}
5454
}
55-
};
55+
};

docs/assets/document_dates/tippy/backdrop.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/document_dates/tippy/light.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/document_dates/tippy/material.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/document_dates/tippy/scale.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/document_dates/tippy/shift-away.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/document_dates/tippy/tippy.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/tutorials/urbanmapper-autoddg-jupyter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,17 @@ Attaching a bit more documentation about enrichers.
121121

122122
### Follow-up Prompt – Optional
123123
````text
124-
nunique is not available, and mean on categorical -based feature will most probably crash.
124+
nunique is not available, and mean on categorical -based feature will most probably crash.
125125
You have to pass a custom lambda method function to deal with all that, very easy straightforward custom lambda functions.
126126
````
127127

128128
### Follow-up Prompt
129129
````text
130-
Let's build the pipeline with the FULL data, all those very interesting stacked enrichers
130+
Let's build the pipeline with the FULL data, all those very interesting stacked enrichers
131131
(
132-
not need to create multiple time the pipeline, stack the enrichers,
133-
and then straight after building, .preview(.), .composed_transform(.)
134-
(by the way, no. need to grave the output of this function for the time being),
132+
not need to create multiple time the pipeline, stack the enrichers,
133+
and then straight after building, .preview(.), .composed_transform(.)
134+
(by the way, no. need to grave the output of this function for the time being),
135135
and most importantly, follow by nothing else than of : .visualise([<with the name of all of our output column created>]
136136
).
137137

0 commit comments

Comments
 (0)