We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4a375 commit 99dcb4fCopy full SHA for 99dcb4f
1 file changed
pyproject.toml
@@ -66,7 +66,8 @@ features = ["substrait"]
66
67
# Enable docstring linting using the google style guide
68
[tool.ruff.lint]
69
-select = ["E4", "E7", "E9", "F", "FA", "D", "W", "I"]
+select = ["ALL" ]
70
+ignore = ["COM812", "ISC001"] # Recommended to ignore these rules when using with ruff-format
71
72
[tool.ruff.lint.pydocstyle]
73
convention = "google"
0 commit comments