Skip to content

Commit

Permalink
exclude benchmark data from spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual committed Oct 23, 2024
1 parent 5b6e60f commit 3553456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/infinity_emb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ markers = [
[tool.ruff]
line-length = 100

[tool.codespell]
skip = "./tests/data/benchmark"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 3553456

Please sign in to comment.