File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 ]
176176skip = [
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]
182183count = true
183184ignore-words-list = [" IST" , " ans" ]
You can’t perform that action at this time.
0 commit comments