Skip to content

Commit

Permalink
ci(pre-commit): Change check order
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Dec 4, 2024
1 parent 8728141 commit 59b285c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@ repos:
- id: prettier
types_or: [yaml]

- repo: https://github.com/errata-ai/vale
rev: "v3.0.7"
hooks:
# Sync vale styles and lint markdown and reStructuredText
- id: vale
name: vale-sync
language_version: "1.21.6"
pass_filenames: false
args: [sync]
types_or: [markdown, rst]
- id: vale
language_version: "1.21.6"
types_or: [markdown, rst]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.10.0.1"
hooks:
Expand All @@ -109,3 +95,17 @@ repos:
- id: bashate
types: [shell]
args: ["-i", "E006"] # Ignore E006: Line too long

- repo: https://github.com/errata-ai/vale
rev: "v3.9.1"
hooks:
# Sync vale styles and lint markdown and reStructuredText
- id: vale
name: vale-sync
language_version: "1.21.6"
pass_filenames: false
args: [sync]
types_or: [markdown, rst]
- id: vale
language_version: "1.21.6"
types_or: [markdown, rst]

0 comments on commit 59b285c

Please sign in to comment.