Manual edits to remove remaining code style errors

This commit is contained in:
Michael Osthege
2024-10-03 11:05:44 +02:00
committed by Andreas
parent 3045d53bd6
commit c3f10df277
12 changed files with 46 additions and 51 deletions

View File

@@ -1,2 +1,7 @@
[tool.isort]
profile = "black"
[tool.ruff.lint]
ignore = [
"F841", # don't complain about unused variables
]