Skip to content

Commit

Permalink
pre-commit yamlfix: exclude folders (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro authored Apr 19, 2024
1 parent a69ecf1 commit b7ceef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ repos:
name: yamlfix
types: [yaml]
language: system
entry: yamlfix --exclude ".kubernetes/**/*" .
entry: yamlfix --exclude ".kubernetes/**/*" --exclude ".venv/**/*" --exclude
"dbt_packages/**/*" --exclude "target/**/*" .

0 comments on commit b7ceef1

Please sign in to comment.