-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further improvements to dbt sort order linter (#647)
* Add a trailing slash to venv/ exclusion in pre-commit config * Add a docstring to the check_sort_dbt_yaml_files.py script * Sort unit_tests in addition to data_tests in check_sort_dbt_yaml_files
- Loading branch information
1 parent
6a2a3f9
commit d87dd94
Showing
2 changed files
with
73 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,4 @@ repos: | |
language: system | ||
types_or: [yaml, markdown] | ||
files: ^dbt/ | ||
exclude: venv | ||
exclude: venv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters