Skip to content

Commit

Permalink
Remove redundant quotes in pre-commit config args
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownPlatypus authored Jan 21, 2024
1 parent 8518c48 commit e5196b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Sample `.pre-commit-config.yaml` with lossy compression enabled:
rev: v1.5.5.1
hooks:
- id: jpegoptim
args: [ "--strip-all", "--all-progressive", "--max", "85", "--threshold", "4"]
args: [--strip-all, --all-progressive, --max=85, --threshold=3]
```

### References
Expand Down

0 comments on commit e5196b4

Please sign in to comment.