Skip to content

Commit

Permalink
edited pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sanika-n committed Dec 26, 2024
1 parent ce498a1 commit 911e472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
hooks:
- id: vale
name: Vale
entry: bash -c 'wget https://raw.githubusercontent.com/errata-ai/vale/v3.9.1/vale -O /tmp/vale && chmod +x /tmp/vale && /tmp/vale "$@"' --
entry: bash -c 'curl https://raw.githubusercontent.com/errata-ai/vale/v3.9.1/vale -O /tmp/vale && chmod +x /tmp/vale && /tmp/vale "$@"' --
language: system
types: [file]
files: \.(md|txt|rst)$ # Adjust file extensions as needed
Expand Down

0 comments on commit 911e472

Please sign in to comment.