From 7fa04e5dbca9fdc9b95b7ff0f4f001cad472c0f6 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 16 Mar 2026 12:55:41 +0000 Subject: [PATCH] codespell rc to ignore ./git file, not extension --- .codespellrc | 2 +- .codespellrc2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index 73d461c1..5832630e 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,7 +2,7 @@ skip = node_modules, *-lock.json, - *.git, + ./.git, *.pyc, __pycache__, ./build, diff --git a/.codespellrc2 b/.codespellrc2 index c6226e69..b3f96563 100644 --- a/.codespellrc2 +++ b/.codespellrc2 @@ -7,7 +7,7 @@ # by the normal RC file, and we get false positives from git hashes. skip = node_modules, *-lock.json, - *.git, + ./.git, *.pyc, __pycache__, ./build,