pyproject update

This commit is contained in:
2024-06-20 11:10:37 +02:00
parent d8deeedfb6
commit fdd212317d

View File

@@ -31,7 +31,10 @@ test = ["pytest"]
[tool.ruff] [tool.ruff]
line-length = 100 line-length = 100
ignore = ["E741"]
[tool.ruff.pydocstyle] [tool.ruff.lint]
ignore = ["E741"]
select = ["NPY201"]
[tool.ruff.lint.pydocstyle]
convention = "numpy" convention = "numpy"