From e5196b4d73a2399ecf82ce2f90a9415334f98180 Mon Sep 17 00:00:00 2001 From: Thibaut Decombe <68703331+UnknownPlatypus@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:05:05 +0100 Subject: [PATCH] Remove redundant quotes in pre-commit config args --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 464b357..dcdde7c 100644 --- a/README.md +++ b/README.md @@ -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