Skip to content

Commit 1337e07

Browse files
committed
Update paths for codespell
1 parent d4e1128 commit 1337e07

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,15 @@ extend-allowed-calls = ["datafusion.lit", "lit"]
170170
"docs/*" = ["D"]
171171
"docs/source/conf.py" = ["ANN001", "ERA001", "INP001"]
172172

173-
# Keep the `*/` prefix in these codespell paths because the CI invocation
174-
# differs from the pre-commit call.
173+
# CI and pre-commit invoke codespell with different paths, so we have a little
174+
# redundancy here, and we intentionally drop python in the path.
175175
[tool.codespell]
176176
skip = [
177-
"*/python/tests/test_functions.py",
177+
"*/tests/test_functions.py",
178178
"*/target",
179-
"*/uv.lock",
180-
"*/examples/tpch/answers_sf1/*",
179+
"./uv.lock",
180+
"uv.lock",
181+
"*/tpch/answers_sf1/*",
181182
]
182183
count = true
183184
ignore-words-list = ["IST", "ans"]

0 commit comments

Comments
 (0)