We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cd808 commit ca8834dCopy full SHA for ca8834d
pyproject.toml
@@ -78,7 +78,7 @@ max-doc-length = 88
78
79
# Disable docstring checking for these directories
80
[tool.ruff.lint.per-file-ignores]
81
-"python/datafusion/tests/*" = ["D"]
+"python/tests/*" = ["D"]
82
"examples/*" = ["D", "W505"]
83
"dev/*" = ["D"]
84
"benchmarks/*" = ["D", "F"]
0 commit comments