Skip to content

Commit ec96fe6

Browse files
committed
Update ruff checks to select all
1 parent 20262d4 commit ec96fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ features = ["substrait"]
6666

6767
# Enable docstring linting using the google style guide
6868
[tool.ruff.lint]
69-
select = ["E4", "E7", "E9", "F", "FA", "D", "W", "I"]
69+
select = ["ALL" ]
70+
ignore = ["COM812", "ISC001"] # Recommended to ignore these rules when using with ruff-format
7071

7172
[tool.ruff.lint.pydocstyle]
7273
convention = "google"

0 commit comments

Comments
 (0)