Skip to content

Commit d3b2d99

Browse files
committed
Check pydocstyle lints via ruff
1 parent ee2a82f commit d3b2d99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ requires = [
4343
]
4444
build-backend = "setuptools.build_meta"
4545

46+
[tool.ruff.lint]
47+
extend-select = [
48+
# pydocstyle
49+
"D",
50+
]
51+
52+
[tool.ruff.lint.pydocstyle]
53+
convention = "pep257"
54+
4655
[tool.isort]
4756
profile = "black"
4857

0 commit comments

Comments
 (0)