Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Modeseven Industrial Solutions <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored May 15, 2024
1 parent a46f2e0 commit 4d0c820
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 @@ -64,7 +64,7 @@ repos:
hooks:
- id: prettier
args:
['--ignore-unknown']
['--no-error-on-unmatched-pattern', '--ignore-unknown']

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
Expand Down Expand Up @@ -128,7 +128,7 @@ repos:
rev: v1.35.1
hooks:
- id: yamllint
args: ['--strict --proxy={{env:HTTP_PROXY}}']
args: ['--strict']

- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.6.27.13
Expand Down

0 comments on commit 4d0c820

Please sign in to comment.