diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1bc134b5645..5ae67060639 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -148,7 +148,7 @@ repos: name: vale language: system entry: bash -c 'just .vale/run' - pass_filesnames: false + pass_filenames: false files: (.vale/.*|.mdx?)$ - repo: https://github.com/renovatebot/pre-commit-hooks