Skip to content

Commit eaaac97

Browse files
committed
Update pyproject.toml
1 parent cb7316c commit eaaac97

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@ include = ["dlclive*"]
9191
dlclive = ["check_install/*"]
9292

9393
[tool.ruff]
94-
lint.select = ["E", "F", "B", "I", "UP"]
94+
lint.select = ["D", "E", "F", "B", "I", "UP"]
9595
lint.ignore = ["E741"]
9696
target-version = "py310"
9797
fix = true
9898
line-length = 120
99+
100+
[tool.ruff.pydocstyle]
101+
convention = "google"

0 commit comments

Comments
 (0)