Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Sep 9, 2024
1 parent 9d62e86 commit d09a701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-docstring-first
- id: check-symlinks
- id: check-yaml
exclude: "charts/paradedb/" # Exclude all files in the charts/paradedb/ directory, which aren't standard YAML
exclude: "charts/cluster/" # Exclude all files in the charts/cluster/ directory, which aren't standard YAML
- id: check-json
- id: check-xml
- id: check-ast
Expand All @@ -41,4 +41,4 @@ repos:
rev: v3.0.3
hooks:
- id: prettier
exclude: "charts/paradedb/" # Exclude all files in the charts/paradedb/ directory, which aren't standard YAML
exclude: "charts/cluster/" # Exclude all files in the charts/cluster/ directory, which aren't standard YAML

0 comments on commit d09a701

Please sign in to comment.