Skip to content

Commit ba712df

Browse files
committed
Fix codespell configuration to exclude dependency directories
Add env, venv, .venv, .env, node_modules, *.egg-info, build, dist to skip list to prevent false positives from third-party packages
1 parent 3972d7d commit ba712df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
2-
skip = .git,poetry.lock,*.pyc,__pycache__
2+
skip = .git,poetry.lock,*.pyc,__pycache__,env,venv,.venv,.env,node_modules,*.egg-info,build,dist
33
ignore-words-list = redis,migrator,datetime,timestamp,asyncio,redisearch,pydantic,ulid,hnsw

0 commit comments

Comments
 (0)