Skip to content

Commit ca8834d

Browse files
update ruff lint config for new test location
1 parent 51cd808 commit ca8834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ max-doc-length = 88
7878

7979
# Disable docstring checking for these directories
8080
[tool.ruff.lint.per-file-ignores]
81-
"python/datafusion/tests/*" = ["D"]
81+
"python/tests/*" = ["D"]
8282
"examples/*" = ["D", "W505"]
8383
"dev/*" = ["D"]
8484
"benchmarks/*" = ["D", "F"]

0 commit comments

Comments
 (0)