Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Jul 28, 2023
1 parent bde9f94 commit 643e731
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ omit = ["*test*"]
profile = "black"

[tool.ruff]
convention = "numpy"

select = [
"E", # errors
"F", # pyflakes
Expand All @@ -154,3 +152,6 @@ ignore = [
"D213", # multi-line docstring summary should start at the second line
"D205", # 1 blank line required between summary line and description
]

[tool.ruff.pydocstyle]
convention = "numpy"

0 comments on commit 643e731

Please sign in to comment.