Skip to content

Commit

Permalink
fix: pre-commit arguments for yamlfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored Jun 4, 2024
1 parent d4e81f8 commit 09c3aa0
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 @@ -5,7 +5,7 @@ repos:
rev: 1.13.0
hooks:
- id: yamlfix
args: [-c .yamlfix]
args: [-c, .yamlfix]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down

0 comments on commit 09c3aa0

Please sign in to comment.