We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973c672 commit d4e1128Copy full SHA for d4e1128
1 file changed
pyproject.toml
@@ -170,12 +170,14 @@ extend-allowed-calls = ["datafusion.lit", "lit"]
170
"docs/*" = ["D"]
171
"docs/source/conf.py" = ["ANN001", "ERA001", "INP001"]
172
173
+# Keep the `*/` prefix in these codespell paths because the CI invocation
174
+# differs from the pre-commit call.
175
[tool.codespell]
176
skip = [
- "python/tests/test_functions.py",
- "target",
177
- "uv.lock",
178
- "examples/tpch/answers_sf1/*",
+ "*/python/tests/test_functions.py",
+ "*/target",
179
+ "*/uv.lock",
180
+ "*/examples/tpch/answers_sf1/*",
181
]
182
count = true
183
ignore-words-list = ["IST", "ans"]
0 commit comments