Extend line length

This commit is contained in:
Chris 2024-10-10 15:00:03 +02:00 committed by Andreas
parent a71eab3bd0
commit 5503b8876c

View File

@ -36,6 +36,9 @@ akkudoktoreosserver = ["data/*.npz", ]
[tool.isort]
profile = "black"
[tool.ruff]
line-length = 100
[tool.ruff.lint]
ignore = [
"F841", # don't complain about unused variables