Skip to content

Commit

Permalink
update ruff lint config for new test location
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Oct 1, 2024
1 parent 51cd808 commit ca8834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ max-doc-length = 88

# Disable docstring checking for these directories
[tool.ruff.lint.per-file-ignores]
"python/datafusion/tests/*" = ["D"]
"python/tests/*" = ["D"]
"examples/*" = ["D", "W505"]
"dev/*" = ["D"]
"benchmarks/*" = ["D", "F"]
Expand Down

0 comments on commit ca8834d

Please sign in to comment.