Skip to content

Commit

Permalink
fix(censo2022): enable yamlfix hook
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Feb 28, 2024
1 parent b16fbd1 commit 96bea6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ models/*/tmp/
models/*/input/
models/*/output/
models/*/extra/
venv-queries
venv*
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ repos:
- id: sqlfmt
language_version: python
additional_dependencies: ['.[jinjafmt]']
# - repo: local
# hooks:
# - id: yamlfix
# name: yamlfix
# types: [yaml]
# language: system
# entry: yamlfix --exclude ".kubernetes/**/*" .
- repo: local
hooks:
- id: yamlfix
name: yamlfix
types: [yaml]
language: system
entry: yamlfix --exclude ".kubernetes/**/*" .

0 comments on commit 96bea6c

Please sign in to comment.