Skip to content

Commit 9a99229

Browse files
committed
add ruff docstring format to pyproject
1 parent 504ef1c commit 9a99229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ exclude_lines = [
120120
line-length = 100
121121
target-version = "py310"
122122

123+
[tool.ruff.format]
124+
docstring-code-format = true
125+
123126
[tool.ruff.lint]
124127
select = ["D", "E", "F", "I", "UP", "W", "RUF"]
125128
ignore = [

0 commit comments

Comments
 (0)