Skip to content

Commit b4f6691

Browse files
committed
add codespell
1 parent bb2b95a commit b4f6691

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.codespell-ignore.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies = [
1818

1919
[tool.uv]
2020
dev-dependencies = [
21+
"codespell>=2.4.1",
2122
"pre-commit>=4.2.0",
2223
"ruff>=0.7.4",
2324
]
@@ -66,5 +67,5 @@ docstring-code-line-length = 88
6667

6768
[tool.codespell]
6869
builtin = "clear,rare,informal,usage,code,names"
69-
ignore-words-list = "adn,master,uint,wrod"
70-
skip = "./.*,codespell_lib/data/*,codespell_lib/tests/*"
70+
ignore-words-list = "jupyter,ipa"
71+
skip = "uv.lock"

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)