Skip to content

Commit d4e1128

Browse files
committed
Prefix path with asterisk so we get matching in both CI and pre-commit
1 parent 973c672 commit d4e1128

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,14 @@ 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.
173175
[tool.codespell]
174176
skip = [
175-
"python/tests/test_functions.py",
176-
"target",
177-
"uv.lock",
178-
"examples/tpch/answers_sf1/*",
177+
"*/python/tests/test_functions.py",
178+
"*/target",
179+
"*/uv.lock",
180+
"*/examples/tpch/answers_sf1/*",
179181
]
180182
count = true
181183
ignore-words-list = ["IST", "ans"]

0 commit comments

Comments
 (0)