Skip to content

Commit

Permalink
Fix ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 29, 2024
1 parent 5f1afc1 commit 1837154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ report.include = ["pypoman/*"]
[tool.ruff]
line-length = 79

[tool.lint]
[tool.ruff.lint]
select = [
# pyflakes
"F",
Expand All @@ -75,5 +75,5 @@ ignore = [
"D405", # British-style section names are also "proper"!
]

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

0 comments on commit 1837154

Please sign in to comment.