Skip to content

Commit

Permalink
Update pyproject.toml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgBR committed Jan 4, 2024
2 parents 9d61a92 + a23313c commit d8f5a86
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 @@ -74,6 +74,10 @@ ignore = [
"C901", # too complex
]

[tool.ruff.lint.pydocstyle]
# Use numpy docstrings
convention = "numpy"

[tool.ruff.isort]
order-by-type = true
relative-imports-order = "closest-to-furthest"
Expand Down

0 comments on commit d8f5a86

Please sign in to comment.