Skip to content

Commit 973c672

Browse files
committed
Update path so it works well with pre-commit
1 parent 73a9d53 commit 973c672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ extend-allowed-calls = ["datafusion.lit", "lit"]
172172

173173
[tool.codespell]
174174
skip = [
175-
"./python/tests/test_functions.py",
176-
"./target",
175+
"python/tests/test_functions.py",
176+
"target",
177177
"uv.lock",
178-
"./examples/tpch/answers_sf1/*",
178+
"examples/tpch/answers_sf1/*",
179179
]
180180
count = true
181181
ignore-words-list = ["IST", "ans"]

0 commit comments

Comments
 (0)