Merge branch 'codespell-git' into 'v3'

Update codespellrc to ignore ./git folder, not extension

See merge request openflexure/openflexure-microscope-server!544
This commit is contained in:
Joe Knapper 2026-03-16 17:22:57 +00:00
commit 15deaa7702
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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,