mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Merge pull request #3931 from elohmeier/main
This commit is contained in:
commit
5e7ef6c50e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue