From: Dmitry Misharov Date: Tue, 9 Dec 2025 16:39:14 +0000 (+0100) Subject: run codespell pre-commit hook on staged files only X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3207785ca68982396e7836fa096b252801274a6;p=thirdparty%2Fopenssl.git run codespell pre-commit hook on staged files only Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29360) (cherry picked from commit d70b22bf2df27e02db5b209d2bc42cd97d6a928c) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 669b784fda4..2565246b2a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: "v2.4.1" hooks: - id: "codespell" - args: ["--config=.codespellrc", "."] + args: ["--config=.codespellrc"] - repo: "https://github.com/pre-commit/mirrors-clang-format" rev: "v21.1.6" hooks: