Skip to content

Commit

Permalink
Enable ruff format configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 7, 2025
1 parent 1329ff6 commit 6f7a4a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ max-doc-length = 79
[tool.ruff.lint.pydocstyle]
convention = "numpy"

[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = 79

[tool.numpydoc_validation]
checks = [
"all", # All except the rules listed below.
Expand Down

0 comments on commit 6f7a4a2

Please sign in to comment.