Skip to content

Commit 0904924

Browse files
committed
taplo fmt
1 parent ea02fba commit 0904924

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,12 @@ extend-allowed-calls = ["datafusion.lit", "lit"]
172172
"docs/source/conf.py" = ["ANN001", "ERA001", "INP001"]
173173

174174
[tool.codespell]
175-
skip = ["./python/tests/test_functions.py", "./target", "uv.lock", "examples/tpch/answers_sf1/*"]
175+
skip = [
176+
"./python/tests/test_functions.py",
177+
"./target",
178+
"uv.lock",
179+
"examples/tpch/answers_sf1/*",
180+
]
176181
count = true
177182
ignore-words-list = ["IST", "ans"]
178183

0 commit comments

Comments
 (0)