Skip to content

Commit

Permalink
Standardize the pre-commit config (SalamLang#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Mar 11, 2024
1 parent b4722d1 commit f2ffd67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- id: markdownlint
name: Run markdownlint
description: Check Markdown files with markdownlint
entry: markdownlint -c .github/linters/.markdown-lint.yml .
args: [--config=.github/linters/.markdown-lint.yml]
types: [markdown]
files: \.md$
- repo: https://github.com/adrienverge/yamllint
Expand All @@ -46,6 +46,6 @@ repos:
- id: yamllint
name: Run yamllint
description: Check YAML files with yamllint
entry: yamllint --strict -c .github/linters/.yaml-lint.yml .
args: [--strict, -c=.github/linters/.yaml-lint.yml]
types: [yaml]
files: \.(yml|yaml)$
files: \.ya?ml$

0 comments on commit f2ffd67

Please sign in to comment.