Merge pull request #3931 from elohmeier/main

This commit is contained in:
paul-gauthier 2025-05-02 07:21:29 -07:00 committed by GitHub
commit 5e7ef6c50e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,8 +52,8 @@ the script as your linter.
# Second attempt will not do anything and exit 0 unless there's a real problem beyond
# the code formatting that was completed.
pre-commit run --files $* >/dev/null \
|| pre-commit run --files $*
pre-commit run --files "$@" >/dev/null \
|| pre-commit run --files "$@"
```
## Testing