Skip to content

Commit

Permalink
Add ElementE for metadata type to spelling exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Faraz9877 committed Dec 16, 2024
1 parent 4916577 commit c7b8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exclude = [
]

[tool.codespell]
ignore-words-list = "dout, te, indicies, subtile"
ignore-words-list = "dout, te, indicies, subtile, ElementE"
skip = "./tests/models/fixtures,./tests/prompts,./benchmarks/sonnet.txt,./tests/lora/data,./build"

[tool.isort]
Expand Down

0 comments on commit c7b8a2c

Please sign in to comment.