diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b32df90bfd8b..77010090965d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -90,3 +90,4 @@ repos: entry: bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."' language: system verbose: true + pass_filenames: false