Skip to content

Commit f6fe353

Browse files
Deployed to github pages
1 parent 920677a commit f6fe353

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

all-hooks.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
"args": [],
403403
"require_serial": false,
404404
"additional_dependencies": [
405-
"eslint@9.0.0"
405+
"eslint@9.1.0"
406406
],
407407
"minimum_pre_commit_version": "0"
408408
}
@@ -7330,9 +7330,10 @@
73307330
"entry": "dbt-parse",
73317331
"language": "python",
73327332
"types_or": [
7333+
"yaml",
73337334
"sql"
73347335
],
7335-
"require_serial": true
7336+
"pass_filenames": false
73367337
},
73377338
{
73387339
"id": "dbt-run",

hooks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4213,7 +4213,7 @@ <h3 data-repo="https://github.com/dbt-checkpoint/dbt-checkpoint">
42134213
<code>dbt-docs-generate</code>
42144214
- The command is responsible for generating your project&#39;s documentation website.
42154215
</li>
4216-
<li data-id="dbt-parse" data-types="sql">
4216+
<li data-id="dbt-parse" data-types="yaml, sql">
42174217
<code>dbt-parse</code>
42184218
- Generates manifest.json from source model, test, and analysis files.
42194219
</li>

0 commit comments

Comments
 (0)