codespell rc to ignore ./git file, not extension

This commit is contained in:
Joe Knapper 2026-03-16 12:55:41 +00:00
parent ca5c49289e
commit 7fa04e5dbc
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
skip = node_modules, skip = node_modules,
*-lock.json, *-lock.json,
*.git, ./.git,
*.pyc, *.pyc,
__pycache__, __pycache__,
./build, ./build,

View file

@ -7,7 +7,7 @@
# by the normal RC file, and we get false positives from git hashes. # by the normal RC file, and we get false positives from git hashes.
skip = node_modules, skip = node_modules,
*-lock.json, *-lock.json,
*.git, ./.git,
*.pyc, *.pyc,
__pycache__, __pycache__,
./build, ./build,