From 46626a966489c7e9bdf1b6b5e03722e63f6682be Mon Sep 17 00:00:00 2001 From: Thibaut Decombe Date: Sun, 21 Jan 2024 14:54:40 +0100 Subject: [PATCH] Add top level `repos` map --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 141681d0..262bedc9 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,11 @@ Note that all options are case-sensitive. Add this to your `.pre-commit-config.yaml` ```yaml -- repo: https://github.com/shssoichiro/oxipng +repos: + - repo: https://github.com/shssoichiro/oxipng rev: v9.0.0 hooks: - - id: oxipng + - id: oxipng args: ["-o", "4", "--strip", "safe", "--alpha"] ``` [pre-commit]: https://pre-commit.com/