Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-pems into kenneth-dbt-training
  • Loading branch information
kengodleskidot committed Feb 16, 2024
2 parents 9d81501 + b2ed8f0 commit f6604eb
Show file tree
Hide file tree
Showing 9 changed files with 2,503 additions and 1,315 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ repos:
require_serial: true
entry: >
poetry run python -c "import os, subprocess; os.chdir('transform');
subprocess.run(['sqlfluff', 'fix', '--force', '--processes', '1', '--nocolor',
'--show-lint-violations', '--disable-progress-bar'], check=True,
)"
subprocess.run(['sqlfluff', 'fix', '--force', '--processes', '1',
'--nocolor', '--show-lint-violations', '--disable-progress-bar'],
check=True, )"
2 changes: 2 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
endOfLine: auto
proseWrap: "preserve"
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends: default

rules:
document-start: disable
line-length: {max: 88}
line-length: {max: 120}
quoted-strings:
quote-type: double
required: false
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ nav:
- Setup: setup.md
- Writing Documentation: writing-documentation.md
- Data Warehouse Performance: data-warehouse-performance.md
- dbt Project: /dbt_docs/index.html
- dbt Project: dbt_docs/index.html
Loading

0 comments on commit f6604eb

Please sign in to comment.