Skip to content

Commit 10cf241

Browse files
committed
Declare ruff format configuration
This enables the github action to use ruff format
1 parent 22e375f commit 10cf241

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ max-doc-length = 79
183183
[tool.ruff.lint.pydocstyle]
184184
convention = "numpy"
185185

186+
[tool.ruff.format]
187+
docstring-code-format = true
188+
docstring-code-line-length = 79
189+
186190
[tool.numpydoc_validation]
187191
checks = [
188192
"all", # All except the rules listed below.

0 commit comments

Comments
 (0)